You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of SQLCipher for Android are you using? Can you verify that your application is packaging the native libraries by using adb shell and changing directory into your application on the emulator?
Hi,
Now I m working with SQLCipher.I got this error.Can anyone help me to solve it?
01-04 13:53:39.087: E/AndroidRuntime(632): FATAL EXCEPTION: main
01-04 13:53:39.087: E/AndroidRuntime(632): java.lang.UnsatisfiedLinkError: dbopen
01-04 13:53:39.087: E/AndroidRuntime(632): at net.sqlcipher.database.SQLiteDatabase.dbopen(Native Method)
01-04 13:53:39.087: E/AndroidRuntime(632): at net.sqlcipher.database.SQLiteDatabase.(SQLiteDatabase.java:1950)
01-04 13:53:39.087: E/AndroidRuntime(632): at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:900)
01-04 13:53:39.087: E/AndroidRuntime(632): at net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:943)
01-04 13:53:39.087: E/AndroidRuntime(632): at net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:107)
01-04 13:53:39.087: E/AndroidRuntime(632): at com.example.lib1.DatabaseHandler.addBook(DatabaseHandler.java:86)
01-04 13:53:39.087: E/AndroidRuntime(632): at com.example.lib1.Insert$2.onClick(Insert.java:83)
01-04 13:53:39.087: E/AndroidRuntime(632): at android.view.View.performClick(View.java:3480)
01-04 13:53:39.087: E/AndroidRuntime(632): at android.view.View$PerformClick.run(View.java:13983)
01-04 13:53:39.087: E/AndroidRuntime(632): at android.os.Handler.handleCallback(Handler.java:605)
01-04 13:53:39.087: E/AndroidRuntime(632): at android.os.Handler.dispatchMessage(Handler.java:92)
01-04 13:53:39.087: E/AndroidRuntime(632): at android.os.Looper.loop(Looper.java:137)
01-04 13:53:39.087: E/AndroidRuntime(632): at android.app.ActivityThread.main(ActivityThread.java:4340)
01-04 13:53:39.087: E/AndroidRuntime(632): at java.lang.reflect.Method.invokeNative(Native Method)
01-04 13:53:39.087: E/AndroidRuntime(632): at java.lang.reflect.Method.invoke(Method.java:511)
01-04 13:53:39.087: E/AndroidRuntime(632): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
01-04 13:53:39.087: E/AndroidRuntime(632): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
01-04 13:53:39.087: E/AndroidRuntime(632): at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: