actionbarsherlock - Android Action Bar Sherlock Illegal Argument Exception after running Proguard -
this question has answer here:
i have used proguard first time (ever), , having copied exported apk emulator,
i received
illegal argument exception : class not annotated @implementation @ com.actionbarsherlock.a.a(unknown source)
as proguard appears have saved me around 400kb, keen use if possible. can suggest approach here - don't want exclude abs .jar - project has grown since starting use abs.
did add proguard lines abs website?
-keep class android.support.v4.app.** { *; } -keep interface android.support.v4.app.** { *; } -keep class com.actionbarsherlock.** { *; } -keep interface com.actionbarsherlock.** { *; } -keepattributes *annotation*
Comments
Post a Comment