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
After upgrading AGP from 3.1.0 to 3.1.3, my app crashes on launch. The logcat shows the following error:
E/dex2oat: Verification failed on class com.j256.ormlite.db.BaseDatabaseType in /data/app/com.freestylelibre.app.de.debug-1/base.apk:classes16.dex because: Verifier rejected class com.j256.ormlite.db.BaseDatabaseType due to bad method boolean com.j256.ormlite.db.BaseDatabaseType.isSelectSequenceBeforeInsert()
The text was updated successfully, but these errors were encountered:
I/dex2oat: Verification error in boolean com.j256.ormlite.db.BaseDatabaseType.isSelectSequenceBeforeInsert()
boolean com.j256.ormlite.db.BaseDatabaseType.isSelectSequenceBeforeInsert() failed to verify: unexpected non-category 1 return type Precise Reference: java.lang.String(): [0x1]
E/dex2oat: Verification failed on class com.j256.ormlite.db.BaseDatabaseType in /data/app/com.freestylelibre.app.us.debug-2/base.apk:classes11.dex because: Verifier rejected class com.j256.ormlite.db.BaseDatabaseType due to bad method boolean com.j256.ormlite.db.BaseDatabaseType.isSelectSequenceBeforeInsert()
After upgrading AGP from 3.1.0 to 3.1.3, my app crashes on launch. The logcat shows the following error:
E/dex2oat: Verification failed on class com.j256.ormlite.db.BaseDatabaseType in /data/app/com.freestylelibre.app.de.debug-1/base.apk:classes16.dex because: Verifier rejected class com.j256.ormlite.db.BaseDatabaseType due to bad method boolean com.j256.ormlite.db.BaseDatabaseType.isSelectSequenceBeforeInsert()
The text was updated successfully, but these errors were encountered: