I am using sqlcipher.jar for encrypting database in android and also using it\'s native library in
libs/armeabi folder
1)libdatabase_sqlcipher.
The loader is not able to find the said library file. So, I decided to pack it along with my app. It's only 394KB
I downloaded the libstlport_shared.so from the following address and added it to the lib/armeabi and lib/armeabi-v7a folders, cleaned the project and rebuilt it. Now it runs without a problem.
http://331312256.wodemo.net/browse/dl/156348/lib/armeabi/libstlport_shared.so?resolved=1
Hope that helps