-
Notifications
You must be signed in to change notification settings - Fork 27
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 LDK native library. (ldk-java jar from MavenCentral repository) #105
Comments
We currently don't distribute android libraries via Maven, you have to use the AAR. We probably should eventually, but that's #92. Closing as dup. |
Oh, okay. Thanks. |
I download the following AAR from github to use on Android studio.
It seems that the error relates to LD_LIBRARY_PATH but the top-level directory of this repository ? I set LD_LIBRARY_PATH as follows for trial but the error message is not changed.
|
|
I got an error message when launching a simple android app with ldk-java from MavenCentral repository.
Do I need to put liblightningjni.so by hand?
Codes about ldk are very simple, it just calls Logger in org.ldk.structs.
Building the app and installing to an emulator device are successful but launching is failed.
Enviroment
Error message
File Diff from activity base
Code Files I changed from activity base
The text was updated successfully, but these errors were encountered: