I´m trying to integrate SQLCipher with my android application. I´m getting the following error when running the app:
java.lang.Unsatisfiedlinkerror Couln´t load stlport_shared: find library returned NULL
The thing is i have already add to my classpath the following JARS
commons-codec.jar
guava-r09.jar
sqlcipher.jar
In the instructions it says, u have to add 3 .os files into armeabi folder inside libs, but in my libs folder I only have android-suppor-v4.jar
What do I have to do? Any ideas?
Regards!