-6

I have completed apk file, but lost my project. Is it possible to get java code from my apk file using easyapktool?

quaide
  • 93
  • 3
  • 15
  • 1
    Possible 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
  • 1
    its 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 Answers1

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.