-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load native library when running in Termux #789
Comments
What's termux? What is the hardware you run that on? |
termux is this termux app |
Seems like Termux reports as Linux instead of Android, and the native lib can't be loaded because of that. To confirm this, you could try specifying the library path https://github.com/xerial/sqlite-jdbc/blob/master/USAGE.md#how-to-use-a-specific-native-library and try to load the android lib instead https://github.com/xerial/sqlite-jdbc/tree/master/src/main/resources/org/sqlite/native/Linux-Android |
You can also do some tests to find why this doesn't work on your system :
|
ok i will try it |
This works fine on Windows, according to the README.md, it should also work adaptively on
Termux
, but it doesn't, am I doing something wrong?Codes
Logs
The text was updated successfully, but these errors were encountered: