Because these days want to do an offline music player, and then need a lot of. png pictures, in the degree Niang on the search pictures feel bad effect,
You need to use the Anti-compilation tool to extract the resource files from some. apk files.
Here's how to use tools to decompile, what? You asked me the principle? Sorry, I haven't seen the principle, hahaha!!!
Tools and Decompile files: In the network disk, Http://pan.baidu.com/s/1c1l57BM, can be downloaded by themselves.
First, using the Apktool Anti-compilation tool to get its resource files
Process:
1, first extract the Apktool folder, get the following three files, be careful to put them in the same folder.
2, the ttpod.apk file into the root directory of C, Note must be the C packing directory , because put in other directories I decompile things very messy.
3, only need to locate in the DOS window first to Aapt.exe folder, and then enter the following command to get the resource file, Apktool D c:\*.apk c:\* folder
Command line explanation: Apktool d [apk file]
4, then you will find in Aapt.exe folder, such as a folder Ttpod, there will be the resources you want to file.
Second, using Apktool to repackage the anti-compiled files into an. apk file
Also under the DOS window, navigate to the Apktool folder and enter the following command:apktool.bat b ttpod
You can see two more folders under the Ttpod folder.
Build
Dist (. apk file inside)
)
Android APK Anti-compilation issue