Skip to content

SQLCipher and Nexus 5 + KitKat + ART #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kennethshackleton opened this issue Jun 23, 2014 · 1 comment
Closed

SQLCipher and Nexus 5 + KitKat + ART #129

kennethshackleton opened this issue Jun 23, 2014 · 1 comment

Comments

@kennethshackleton
Copy link

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.

@developernotes
Copy link
Member

Hi @kennethshackleton

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants