How can I decompile a .dex file into a .jar or .java file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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