Skip to content

SQLCipher #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ravi25 opened this issue Jan 4, 2013 · 1 comment
Closed

SQLCipher #83

ravi25 opened this issue Jan 4, 2013 · 1 comment

Comments

@ravi25
Copy link

ravi25 commented Jan 4, 2013

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)

@developernotes
Copy link
Member

Hi ravi25,

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants