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
2 Respuestas
+ 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
0
Thnx bro, but do you know an app for this procedure because i am studying with my phone ?