Source code of any andorid appliation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Source code of any andorid appliation

Hello friend anyone tell me how we get source code off any android app ?

27th Jul 2020, 7:19 AM
Silly Tuktuk
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.
27th Jul 2020, 7:49 AM
Aayush $aini
Aayush $aini - avatar
0
Thanks bro but for that all proses I Need apk tool ?
27th Jul 2020, 8:53 AM
Silly Tuktuk