Lib won't load on 2.3.3
Closed this issue · 2 comments
From the list:
http://lists.mayfirst.org/pipermail/guardian-dev/2011-July/000306.html
see the logcat PNG screenshot
Hi guys, first of all, sorry for my english, I attached a screenshot with
the Android logcat, and the exceptio. In the left side you can see the
structure of the files (I try to copy from yours projects).
If you can help me with the steps from zero, that I need to do for
develop
an app for Android I was very very grateful.
Here is the all exception from the logcat....
07-06 17:06:11.114: ERROR/AndroidRuntime(308): FATAL EXCEPTION: main
07-06 17:06:11.114: ERROR/AndroidRuntime(308):
java.lang.ExceptionInInitializerError
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
info.guardianproject.database.sqlcipher.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:107)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
com.leapfactor.UsuariosDBAdapter.open(UsuariosDBAdapter.java:61)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
com.leapfactor.PruebaActivity.onClick(PruebaActivity.java:50)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
android.view.View.performClick(View.java:2408)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
android.view.View$PerformClick.run(View.java:8816)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
android.os.Handler.handleCallback(Handler.java:587)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
android.os.Handler.dispatchMessage(Handler.java:92)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
android.os.Looper.loop(Looper.java:123)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
android.app.ActivityThread.main(ActivityThread.java:4627)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
java.lang.reflect.Method.invokeNative(Native Method)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
java.lang.reflect.Method.invoke(Method.java:521)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
dalvik.system.NativeStart.main(Native Method)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): Caused by:
java.lang.UnsatisfiedLinkError: Library sqlcipher_android not found
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
java.lang.Runtime.loadLibrary(Runtime.java:461)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
java.lang.System.loadLibrary(System.java:557)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): at
info.guardianproject.database.sqlcipher.SQLiteDatabase.(SQLiteDatabase.java:78)
07-06 17:06:11.114: ERROR/AndroidRuntime(308): ... 14 more
We'll need more information to repro properly, but this is most likely addresses with all the recent updates.