I recently updated the sqlcipher so that it is able to work with Android version 4.4 which works well with every device i have tested it on, mainly Android versions 4+. Aside from one Galaxy note 8 where i get the following error:
java.lang.UnsatisfiedLinkError: Couldn't load stlport_shared from loader dalvik.system.PathClassLoader[dexPath=/data/app/uk.co.onefile.assessoroffline-2.apk,libraryPath=/data/app-lib/uk.co.onefile.assessoroffline-2]: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:365)
at java.lang.System.loadLibrary(System.java:535)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:142)
at net.sqlcipher.database.SQLiteDatabase.loadLibs(SQLiteDatabase.java:137)
This is when SQLiteDatabase.loadLibs(this);
is called. I was wondering if anyone can help me with this. I have been pulling my hair our over this problem for the past couple of days and have got nowhere with it.