In the app development project, sometimes we can use APK anti-compilation to learn from other people's ideas, but must not be used for improper use! Understand the anti-compilation programmer also need not worry, can learn more about the Application security encryption technology , so that you do not have to worry about your app is anti-compilation! Of course the purpose of this article is to share.
APK anti-compilation generator source code and pictures, XML configuration, language resources and other files.
Specific steps:
1. Download apktool
:https://code.google.com/p/android-apktool/downloads/list
2. Unzip the Apktool, open the DOS command line tool and go to the unzip directory.
650) this.width=650; "Src=" http://images.cnitblog.com/blog/556984/201308/12110334- Ac68a8f43f81455e818e8e02dcb157e8.x-png "width=" 507 "height=" 254 "style=" border:0px;margin:0px;padding:0px; "/>
3. Enter the following command on the command line: Apktool.bat d-f com.phonedog.activity.apk Anti-compilation apk file
650) this.width=650; "Src=" http://images.cnitblog.com/blog/556984/201308/12110412- Ea9cac2bc25f4f5c9f12370f3e2b4d18.x-png "width=" 508 "height=" "style=" border:0px;margin:0px;padding:0px;/>
Apktool.bat command line explanation: Apktool.bat d-f [apk file] [output folder]
4. Post-compilation files
650) this.width=650; "Src=" http://images.cnitblog.com/blog/556984/201308/ 12110446-181fb99a98d84c62963d639dedc0c086.x-png "style=" border:0px;margin:0px;padding:0px; "/>
5. RePack the anti-compiled files into apk, very simple, input Apktool.bat b com.phonedog.activity (you compiled the folder)
650) this.width=650; "Src=" http://images.cnitblog.com/blog/556984/201308/ 12110519-184c4da95f0f4c8d8aea34821a920224.x-png "Width=" 520 "height=" style= "border:0px;margin:0px;padding:0" px; "/>
APK anti-compilation generator source code and pictures, XML configuration, language resources and other files