Skip to content
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

KitKat 4.4 Linking Issue #107

Closed
rossimo opened this issue Nov 4, 2013 · 6 comments
Closed

KitKat 4.4 Linking Issue #107

rossimo opened this issue Nov 4, 2013 · 6 comments

Comments

@rossimo
Copy link

rossimo commented Nov 4, 2013

Should I rebuild SQLCipher from source with the latest SDK?

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN7android10MemoryBaseC1ERKNS_2spINS_11IMemoryHeapEEElj" referenced by "libdatabase_sqlcipher.so"...
at java.lang.Runtime.loadLibrary(Runtime.java:364)
at java.lang.System.loadLibrary(System.java:526)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SourceFile:143)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SourceFile:136)
@developernotes
Copy link
Member

Hi rossimo,

What version of SQLCipher for Android are you running? We removed the use of android::MemoryBase in the SQLCipher for Android 2.2.0 release. The latest binaries can be found here.

@rossimo
Copy link
Author

rossimo commented Nov 4, 2013

You're right, I'm was running an out-dated version of the lib. Using 2.2.2 works on 4.4 for me.

@rossimo rossimo closed this as completed Nov 4, 2013
@developernotes
Copy link
Member

Great to hear - thanks!

@rpblogs
Copy link

rpblogs commented Nov 18, 2013

Thanks for this post and comments. It helped me to resolve my app issue on Android Kit Kat.
A quick question, is there a release note for SQLCipher 2.2.2 (SQLCipher+for+Android+v2.2.2.zip) ?

@developernotes
Copy link
Member

Hi rpblogs,

We have a blog post that covers the details of the SQLCipher for Android 2.2.2 release here:

http://sqlcipher.net/blog/2013/8/28/sqlcipher-for-android-222-release.html

@rpblogs
Copy link

rpblogs commented Nov 19, 2013

Thanks for prompt response

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

3 participants