-
Notifications
You must be signed in to change notification settings - Fork 568
NO JNI_ONLOAD #110
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
Comments
Hi abeltsai, Have you completed the integration of SQLCipher for Android where your application uses the Java library as well? Are you receiving any errors? |
Yes ! I had complete the "Integration" part. But i no run "Building" part on the http://sqlcipher.net/sqlcipher-for-android web site. No received any "red" color error message. As mentioned above ,only received these message. It seem look run find. I just worried. It's find? |
@abeltsai, you may try this https://github.com/itsmechlark/greendao-cipher. It's the combination of greenDAO and this project. In https://github.com/itsmechlark/greendao-cipher/tree/master/dependencies are the things you need. Its fully compatible with SQLite Multithreading. |
Hi abeltsai, As a quick test to verify you have properly integrated the library with your application. Could you run |
Hi abeltsa, Yes, it appears to have worked. Scroll through the file to verify you do not see any of your schema information. From the looks of it everything appears correct. |
HI , i put three .so file into lib\armeabi\ .
when i run app have some message as follower
this is one of them ...
Trying to load lib /data/data/com.xx.login/lib/libstlport_shared.so 0x40ffa5e8
Added shared lib /data/data/com.xx.login/lib/libstlport_shared.so 0x40ffa5e8
No JNI_OnLoad found in /data/data/com.xx.login/lib/libstlport_shared.so 0x40ffa5e8, skipping init
the three .so file only one onloaded
Is this find?
The text was updated successfully, but these errors were encountered: