Error Java.lang.unsatisfiedlinkerror: Dlopen Failed When Running Application On Android 4.4
Hello I found this exception when I run my application on Android kitkat 4.4 11-28 08:50:00.752: E/dalvikvm(10056): dlopen('/data/app-lib/com.vis.kotob-2/libdatabase_sqlcipher.so')
Solution 1:
What's your sqlcipher version?
There is an issue with older(v2.2.0) versions for KitKat: https://github.com/sqlcipher/android-database-sqlcipher/issues/107
Get the latest release of the binaries (e.g. http://sqlcipher.net/downloads or directly here) or compile the latest source, and you should be fine!
Post a Comment for "Error Java.lang.unsatisfiedlinkerror: Dlopen Failed When Running Application On Android 4.4"