I have completed apk file, but lost my project. Is it possible to get java code from my apk file using easyapktool?
Asked
Active
Viewed 210 times
-6
-
1Possible duplicate of [How to decompile an APK or DEX file on Android platform?](https://stackoverflow.com/questions/21010367/how-to-decompile-an-apk-or-dex-file-on-android-platform) – Karan Harsh Wardhan Jan 24 '19 at 05:33
-
1its possible only if you are having reverse mapping file, otherwise can`t get 100% out of an APK file – Basi Jan 24 '19 at 05:35
-
you can get back the code from your apk trivially(as long as you didn't use proguard) but it won't have the same variable/class names. use version control next time! – Karan Harsh Wardhan Jan 24 '19 at 05:36
-
We recommend using Github Gitlab etc. @leeyang – Jan 24 '19 at 05:38
1 Answers
1
I don't think it is possible however you can the kind of files, resources, used packages, etc from the apk. But i doubt if you can see the actual code.

Vikash Chinnari
- 9
- 2