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
On a Nexus 5 with KitKat and ART (i.e. not Dalvik) I see the following when I use the latest community build of Android SQLCipher (v3.1.0) in a project:
java.lang.VerifyError: Verifier rejected class com.foo.database.DatabaseHelper due to
bad method void com.foo.database.DatabaseHelper.myMethod
(net.sqlcipher.database.SQLiteDatabase) (declaration of 'com.foo.database.DatabaseHelper'
appears in /data/app/com.foo.debug-1.apk)
For all other test devices with the same APK things are working fine.
The text was updated successfully, but these errors were encountered:
I apologize for just getting back to you with this issue. Just for clarification, do you have a class called DatabaseHelper with a function called myMethod within the com.foo.database package within your application? Are you seeing any errors, or just reporting the message you received? Thanks!
On a Nexus 5 with KitKat and ART (i.e. not Dalvik) I see the following when I use the latest community build of Android SQLCipher (v3.1.0) in a project:
For all other test devices with the same APK things are working fine.
The text was updated successfully, but these errors were encountered: