Is there a way to extract the source code from the APK file?

Asked 1 years ago, Updated 1 years ago, 73 views

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

2022-09-22 21:28

1 Answers

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.


2022-09-22 21:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.