Having an .apk file, is there any way I can get its source code?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
Even if ProGuard was used you still can get some interesting insights. Here is a StackOverflow question with a detailed explanation: Android: Getting source code from an APK file. YouTube video with a detailed guide. And a blog entry about that: How to retrieve source code from an Android APK file. |
||||
|
|
|
If you get lucky and your |
|||
|
|
An .apk is simply a .zip file. But unfortunatedly any app build for 'release' will probably be protected by ProGuard. |
||||
|
|