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.
3. Enter the following command on the command line: Apktool.bat d-f com.phonedog.activity.apk Anti-compilation apk file
Apktool.bat command line explanation: Apktool.bat d-f [apk file] [output folder]
4. Post-compilation files
5. RePack the anti-compiled files into apk, very simple, input Apktool.bat b com.phonedog.activity (you compiled the folder)
APK anti-compilation generator source code and pictures, XML configuration, language resources and other files