0

I made my final degree's job an app using Android Studio. My computer has been stolen and all my work is lost, but i have the app-debug.apk in the last final version (at least i had done the backup of this).

So, my question is: Is anyway to find my main code using the app-debug?

Thank you!

1 Answers1

0

This might help you:

Reverse engineering from an APK file to a project

However, all of your comments in the code will be gone and the variable names will be different.

El Stepherino
  • 496
  • 6
  • 14