-
Notifications
You must be signed in to change notification settings - Fork 567
Do I need to import libstlport_shared.so file into the android project #31
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
I just tried without the libstlport_shared.so file and saw my project crash. I guess its needed then |
Glad you could resolve it yourself, but as you found out, yes all the .so's are needed! |
I believe that libstlport_shared.so is provided by the NDK |
It is, but we also bundled it in the compiled SDK distro of SQLCipher. |
It works fine on 2.3.3 if I donot include the libstlport_shared.so file in my libs folder, but not on 2.2 |
your latest relase contains 3 .so files (namely libdatabase_sqlcipher.so, libstlport_shared.so and libsqlcipher_android.so). But your https://github.com/guardianproject/android-database-sqlcipher/blob/master/README.org asks to import only libsqlcipher_android.so and libdatabase_sqlcipher.so files. So should I also import libstlport_shared.so into my project too ?
The text was updated successfully, but these errors were encountered: