iangkub / sqlite4java

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

Arm64 bit #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running the lib on the Nexus9 (with an Arm64 processor) results in an 
Unsatisfied Link Error.
We need a cross compiled version "libqlite4java-android-aarch64.so".

Has anybody done this so far?

Original issue reported on code.google.com by sebastia...@meetnow.eu on 10 Nov 2014 at 4:42

GoogleCodeExporter commented 9 years ago
Hi Sebastian - we'll see what we can do. Hold on for a few days please.

Igor

Original comment by ser...@gmail.com on 11 Nov 2014 at 3:41

GoogleCodeExporter commented 9 years ago
Hi Sebastian,

Sorry for the delay. I'm attaching a zip with a binary for Android arm64. Could 
you please test it and let us know if it works?

Basically, put sqlite4java.jar with the binary into some directory without 
other files and run "java -jar sqlite4java.jar -d"

Thanks!
Igor

Original comment by ser...@almworks.com on 2 Dec 2014 at 11:13

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for your reply. But where did you attach the file? I can't see a file 
here.

Thanks,
Sebastian

Original comment by sebastia...@meetnow.eu on 3 Dec 2014 at 11:10

GoogleCodeExporter commented 9 years ago
Oops - sorry! Attached.

Original comment by ser...@almworks.com on 3 Dec 2014 at 11:50

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks,

the library is working :)

Original comment by sebastia...@meetnow.eu on 3 Dec 2014 at 10:17

GoogleCodeExporter commented 9 years ago
Great! Thanks for confirming - we'll include it in the distribution then.

Original comment by ser...@almworks.com on 3 Dec 2014 at 10:19

GoogleCodeExporter commented 9 years ago
I just submitted Issue 77 with a patch to build both ARM-64 and x86_64 versions

Original comment by Chris.Br...@gmail.com on 24 Apr 2015 at 6:46