-1

I don't have access to the source code of my app, but I have my phone that the last build was installed on. Is there a way to edit it from the stuff I have?

  • 1
    If you didn't obfuscate it you could try your hand at reverse engineering. That is all I will say on the matter, however, because I do not know if you're trying to reverse engineer your app, or someone else's; considering you should have the source code. – MeetTitan Feb 27 '15 at 04:09
  • use [This SO post](http://stackoverflow.com/questions/12732882/reverse-engineering-from-an-apk-file-to-a-project) – Randyka Yudhistira Feb 27 '15 at 04:10

1 Answers1

0

If you have your build then there are many ways to get source of you application. It is called "Reverse Engineering".

Such tools like dex2jar

Here is complete reference with example for you. Hope this will helps you.

http://www.technotalkative.com/part-9-reverse-engineering-android-applications/

Android Team
  • 11,274
  • 2
  • 26
  • 46