I am using sqlcipher.jar for encrypting database in android and also using it\'s native library in
libs/armeabi folder
1)libdatabase_sqlcipher.
I had same issue.. I was using Android Studio and I had imported application from eclipse to android studio.
I spent 3-4 hours to find out the solution.
Here what I did to solve this issue.. (Only for Android studio)
Create Directory into src
folder name it main
and other directory as per following image. You may have libs and assets folder outside of src folder, in main directory of project, that is eclipse structure. We will need to follow Android Studio's structure..
For more details.. Check this link...
For other helps regarding SqlCipher check this link..
(I know I am bit late to answer this question but it might help someone.)