The tools you need:
1, Apktool http://ibotpeaches.github.io/Apktool/(configuration stated) Https://bitbucket.org/iBotPeaches/apktool/downloads
2, Dex2jar Https://github.com/pxb1988/dex2jar
3, Jd-gui http://jd.benow.ca/
To decompile the following steps:
First, the use of Apktool
1, will download the Apktool.jar and save the foot of this file Apktool (please refer to the http://ibotpeaches.github.io/Apktool/in the right-click to save) copy to/usr/local/bin/.
2. Set Apktool Foot as executable file chmod +x apktool
3. Execute anti-edit sudo apk to reverse-edit the APK such as: sudo apktool Southern Integrated row plate. APK
You can view the XML file after you have successfully translated it. However, you cannot view the Java code.
Second, the use of Dex2jar
1. After the APK able is modified to zip and then decompress, a Classes.dex file will be discovered.
2, using Dex2jar anti-editing. Using the dex2jar.sh command in the Dex2jar folder, SH dex2jar.sh classes.dex file that needs to be translated
such as: sh dex2jar.sh/users/libotao/downloads/Southern Comprehensive row plate \ 2/classes.dex
3. Use Jd-gui to view
Mac anti-edit Android APK