0
Source code of any andorid appliation
Hello friend anyone tell me how we get source code off any android app ?
2 Answers
+ 1
convert apk file to zip.
unzip the file.
extract classes.dex from it.
use dex to jar to convert classes.dex into jar file.
use jadx gui to open the jar file as java source code.
0
Thanks bro but for that all proses I Need apk tool ?