Seup issue

Issue #55 closed
Former user created an issue

Originally reported on Google Code with ID 55

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.

Reported by bms270 on 2013-06-26 20:07:42

Comments (2)

  1. Igor Sereda
    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
    

    Reported by sereda on 2013-06-29 12:03:25 - Labels added: Type-Other - Labels removed: Type-Defect

  2. Log in to comment