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* 

see http://actionbarsherlock.com/faq.html


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -