Android and android Official Website
How to Use ProGuard GUI in a obfuscated jar package
Address: http://blog.csdn.net/caroline_wendy
To ensure
Java code portability and privacy, We need to generate the java code
Jar package, In use
ProGuardBut to make it usable, we should ensure the readability of the Code interface, that is
Reserved Class NameAnd
Public method name;
1. Download ProGuard tool http://sourceforge.net/projects/proguard/files/2. Use ProguardGUI tool to enter the bin folder, start
Wangchenlong: bin wangchenlong $./proguardgui. sh
3. modify the configuration Environment (1) Add jar files for Input and Output; (2) Shrink options-keep Applications, Library (ADD); (3) Obfuscate options-default (4) optimization and Information are not checked;
4. Process! Generate a mixed jar package 5. Android note that the android project must delete BuildConfig. java. Otherwise, redundancy will occur during compilation.