Android Project introduced Actionbarsherlock as an exception after the library was confused

Source: Internet
Author: User

Phenomenon:

Android app, introduced Actionbarsherlock Open Source Library as a sliding menu, debug execution no problem, Project obfuscation package, program execution exception exit, intercept Exception Log is:

<span style= "White-space:pre" ></span>java.lang.exceptionininitializererrorat Com.actionbarsherlock.app.SherlockFragmentActivity.getSherlock (Unknown Source) at Com.actionbarsherlock.app.SherlockFragmentActivity.onTitleChanged (Unknown Source) at Android.app.Activity.setTitle (activity.java:4614) at Android.app.Activity.setTitle (activity.java:4628)


Reason:

Confusing packaging dependent libraries, and relying on library resources being compromised


Solve:

Add the following confusing configuration entries such as:


-dontwarn Com.actionbarsherlock.**-keep class com.baidu.** {*;} -keep class android.support.v4.app.** {*;}-keep interface android.support.v4.app.** {*;}-keep class Com.actionbarshe rlock.** {*;}-keep interface com.actionbarsherlock.** {*;}-keepattributes *annotation*


Android Project introduced Actionbarsherlock as an exception after the library was confused

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.