-
Hi, we are trying to setup Kuzu DB within the context of an android application. Our system uses API level 25 which does not support File/NIO classes which seem to be used in the wrapper. Can we get access to the Java wrapper library as a repository in GIT? Would prefer not to decompile the JAR and work on it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @ByteGeek, The source code of our Java bindings is under https://github.com/kuzudb/kuzu/tree/master/tools/java_api |
Beta Was this translation helpful? Give feedback.
-
Thank you, was able to modify the code and get it to run. |
Beta Was this translation helpful? Give feedback.
-
@ByteGeek I think the problem might not be limited to just pthread. Our binary is pre-compiled for Linux with glibc. I think Android uses Bionic libc instead, which is not compatible with glibc. To make the binary work on Android, the binary needs to be built by linking to Bionic. |
Beta Was this translation helpful? Give feedback.
Hi @ByteGeek,
The source code of our Java bindings is under https://github.com/kuzudb/kuzu/tree/master/tools/java_api