Accumulated over time: ProguardGui obfuscation of jar package code

Source: Internet
Author: User








 
-Injars ruyicai. jar // jar package to be obfuscated-outjars ruyicai-out.jar // The jar package to be output after obfuscation // reference the dependent jar package-libraryjars 'C: \ Program Files \ Java \ jdk1.6.0 _ 43 \ jre \ lib \ rt. jar '... ...-Libraryjars libs \ weibo-1.2.jar-optimizationpasses 5-dontusemixedcaseclassnames-dontskipnonpubliclibraryclasses-dontpreverify-verbose-optimizations! Code/simplification/arithmetic ,! Field /*,! Class/merging/* // during obfuscation, it is recommended to keep the four components of Activity and Application. Other classes can be set to be obfuscated based on the actual situation-keep public class * extends android. app. activity-keep public class * extends android. app. application-keep public class * extends android. app. service... ... -Keep public class com. ruyicai. activity. common. pullRefreshListView {*;} // The third-party jar package-keep class com. alipay. android. app. **{*;}... ...-Keep class cn. jpush. android. ** {*;} // The following rule uses the default one, which is not described here... ....



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.