I have an app that uses ActiveAndroid, a database ORM library, that relies on annotations.
@Table(name=\"test\") public class DatabaseItem extends ActiveReco
Solution was to keep all members of the library and the database classes
-keep class com.activeandroid.** { *; } -keep public class my.app.database.** { *; } -keepattributes Column -keepattributes Table