Decompile Android apk
Example apk
Overview
Using dex2jar
1. Download dex2jar
dex2jar2. Unzip dex2jar-2.0.zip to ~/bin/dex2jar-2.0/ or other directory
dex2jar-2.0.zip to ~/bin/dex2jar-2.0/ or other directory3. Make the script executable
$ cd ~/bin/dex2jar-2.0/
$ chmod +x *.sh4. Convert the apk into jar file using the convert script
Open the jar file using JD-GUI

References
Last updated