You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
at com.codeslap.persistence.SqliteAdapterImpl.getSqlInsertForChildrenOf(Unknown Source)
at com.codeslap.persistence.SqliteAdapterImpl.getSqlStatement(Unknown Source)
at com.codeslap.persistence.SqliteAdapterImpl.store(Unknown Source)
at com.codeslap.persistence.SqliteAdapterImpl.store(Unknown Source)
for storing data in database while its working fine if i disable proguard..i added following statements to exclude library files from proguard obfuscation-
-keep class com.codeslap.persistence.* {;}
-keep interface com.codeslap.persistence.* {;}
Everything was working fine before i started using Proguard..I am getting exception-
Class class mz.peoplecloudlabs.apps.a.b.g does not have a primary key
How can i assign primary key to object class as tables are created automatically from object classes?
The text was updated successfully, but these errors were encountered: