Proguard Android using Action Bar Sherlock
EDIT 4: I've tried taking out Action Bar Sherlock and Proguard did it ok. So I guess it is a problem with android-support-v4.jar. I tried this when including the ABS library, but it didn't work.. -keep class android.support.v4.app.** { *; } -keep interface android.support.v4.app.** { *; } -keep class com.actionbarsherlock.** { *; } -keep interface com.actionbarsherlock.** { *; } -keepattributes *Annotation* Finally, What is weird is that I tried without the ABS library and without proguard-android.txt and it worked as well. I have no clue of what the problem is. I've read tons of Q/A about