We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I use SQLCipher for Android 2.0.0-RC1, when I try to open already existed database I receive following error:
http://paste.ubuntu.com/872146/
I see that in this version naming of pachages were changed to net.sqlcipher but why it try to load class from info.guardianproject?
The text was updated successfully, but these errors were encountered:
Yes just noticed this myself: #44
Just missed a renaming somewhere.
Sorry, something went wrong.
Error could be here: https://github.com/sqlcipher/android-database-sqlcipher/blob/v2/jni/net_sqlcipher_database_SQLiteDatabase.cpp#L588
endryha,
There were some changes merged into the v2 branch to address this, could you pull the latest and verify everything is working for you now? Thanks!
No branches or pull requests
I use SQLCipher for Android 2.0.0-RC1, when I try to open already existed database I receive following error:
http://paste.ubuntu.com/872146/
I see that in this version naming of pachages were changed to net.sqlcipher but why it try to load class from info.guardianproject?
The text was updated successfully, but these errors were encountered: