-1

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?

user785975
  • 169
  • 1
  • 3
  • 11

2 Answers2

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