vonghia / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Seup issue #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to use the library for an Android project, followed the procedure 
in "Getting Started", but I get the following error:

com.almworks.sqlite4java.SQLiteException: [-91] cannot load library: 
java.lang.UnsatisfiedLinkError: Couldn't load sqlite4java-android-armv7l: 
findLibrary returned null

I know how to setup JNI/NDK but I assume I do not need to setup NDK for this 
since it is already compiled. I am a bit lost as there is no mention of the 
JNI/NDK setup in the "Getting Started" so not sure if it is assumed or I really 
do not need any of the NDK support? Please clarify.

Original issue reported on code.google.com by bms...@gmail.com on 26 Jun 2013 at 8:07

GoogleCodeExporter commented 8 years ago
There's sqlite4java-android-armv7.so -- please try to rename it to 
sqlite4java-android.so and see if it works. If it doesn't please try running 
java -jar sqlite4java.jar -d

Original comment by ser...@gmail.com on 29 Jun 2013 at 12:03

GoogleCodeExporter commented 8 years ago

Original comment by ser...@almworks.com on 21 Sep 2014 at 6:40