The computer hard drive was damaged, and all the source code of the app I worked on for two months was lost... All I have now is the APK file saved in the mail I sent to my friend.
Is there a way to extract the source code from the APK file?
android decompiling android-resources apk
Simple method: Using the online tool http://www.javadecompilers.com/apk, upload apk file and extract source code.
This is the process of decoding the apk file. Follow me in order.
Open a new folder.
There's nothing special about it, and all you have to do is copy the two created folders (class / xml) into one folder. Congratulations.
© 2024 OneMinuteCode. All rights reserved.