I know it is not right to do this, but is there any APK decoder/decompiler available around?

[Edit] From all efforts and searching i can conclude that, its not possible to regenerate exact java code from APK. Even re-engineering from DEX file will give procedural steps. Definitely it will help to understand the code & approach; It will be not at all compilable.

link|improve this question

3  
See Android ==> Decompile .apk??. But don't assume it's "not right". There specific exceptions in copyright law to promote reverse engineering. – Matthew Flaschen Jul 2 '10 at 18:52
thanks for clarity. – Rajnikant Jul 1 '11 at 17:19
feedback

closed as not constructive by Kev May 23 at 8:45

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 14 down vote accepted

apktool

link|improve this answer
feedback

There are several methods of decompiling APK. I mostly use APKTool more often, its the best and most powerful. Its very easy to modify apk files with it.

link|improve this answer
feedback

If you just want to decompile it without having to use the command line, you can use apkdecompile.com

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.