Skip to content

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

Closed
pankaj20aug opened this issue Nov 26, 2011 · 5 comments
Closed

Comments

@pankaj20aug
Copy link

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 ?

@pankaj20aug
Copy link
Author

I just tried without the libstlport_shared.so file and saw my project crash. I guess its needed then

@n8fr8
Copy link
Collaborator

n8fr8 commented Nov 28, 2011

Glad you could resolve it yourself, but as you found out, yes all the .so's are needed!

@eighthave
Copy link
Collaborator

I believe that libstlport_shared.so is provided by the NDK

@n8fr8
Copy link
Collaborator

n8fr8 commented Nov 30, 2011

It is, but we also bundled it in the compiled SDK distro of SQLCipher.

@pankaj20aug
Copy link
Author

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

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