i would like to decompile on my MAC OS X, an Android .apk file. It's possible but i have some difficulties. JD GUI is down. What is the solution?
Asked
Active
Viewed 3,268 times
2 Answers
1
You dont always need JD-GUI, there are several options to do so, I personally use DED, it comes with a script that you can run. It uses jasmin-classes and soot, which helps in making the class files more efficient. Use APKtool to get the manifest.xml

asudhak
- 2,929
- 4
- 22
- 27
0
Some apks can be decompiled by just renaming them to .zip for example app-debug.apk once renamed to app-debug.zip can be unzipped.

Mike
- 1,313
- 12
- 21