How can I decompile a .dex file into a .jar or .java file | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How can I decompile a .dex file into a .jar or .java file

I am studying about the apk building but I can`t yet decompile a .dex file for its structure.Asking help

14th Nov 2020, 10:36 AM
Ervis Meta
Ervis Meta - avatar
2 Réponses
+ 16
You can try using dex2jar to translate the files into java files and jd-gui to view jar files in java itself. For procedural part you can see this: https://stackoverflow.com/questions/1249973/decompiling-dex-into-java-sourcecode
14th Nov 2020, 11:08 AM
Aditya
Aditya - avatar
0
Thnx bro, but do you know an app for this procedure because i am studying with my phone ?
15th Nov 2020, 2:06 PM
Ervis Meta
Ervis Meta - avatar