Closed GoogleCodeExporter closed 9 years ago
You don't do anything wrong, it looks like your Android device is armv6l
platform, while sqlite4java has a binary for armv7 platform.
Perhaps there's a chance armv7 or armv5te would load on your device - try
renaming libsqlite4java-android-armv7.so to libsqlite4java-android.so (armv5
binary is available as a separate download from the project home page)
Hope this helps! If not, the binary should be built for your platform
specifically.
Igor
Original comment by ser...@gmail.com
on 5 Jun 2012 at 5:19
Thanks for the answer. At the moment I changed to sqldroid. Like that I hope to
be platform independent.
Btw, if it is for someone interesting, I have been testing with java 7 and
sql4java has been working fine.
Miguel
Original comment by miqm...@gmail.com
on 5 Jun 2012 at 6:11
Miguel, thanks for the update!
Original comment by ser...@gmail.com
on 5 Jun 2012 at 6:24
Original issue reported on code.google.com by
miqm...@gmail.com
on 31 May 2012 at 6:13