Skip to content
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

Lib won't load on 2.3.3 #3

Closed
n8fr8 opened this issue Jul 6, 2011 · 2 comments
Closed

Lib won't load on 2.3.3 #3

n8fr8 opened this issue Jul 6, 2011 · 2 comments
Assignees

Comments

@n8fr8
Copy link
Collaborator

n8fr8 commented Jul 6, 2011

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.

@ghost ghost assigned n8fr8 Jul 6, 2011
@n8fr8
Copy link
Collaborator Author

n8fr8 commented Jul 6, 2011

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

@n8fr8
Copy link
Collaborator Author

n8fr8 commented Aug 31, 2011

We'll need more information to repro properly, but this is most likely addresses with all the recent updates.

@n8fr8 n8fr8 closed this as completed Aug 31, 2011
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

1 participant