Replies: 1 comment
-
That looks to me like it should work. In fact, I've just been working on a project that does almost exactly the same thing, and I am able to load the libraries with What does your
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to add local pre-built native libraries to /jniLibs and local jar dependencies for the Kotlin side? The swift side is implemented normally and Kotlin side use // SKIP extern handled by the pre-built library.
I've tried configuring them in the skip.yml, manually inserting my libs folder in the generated output folder of the module and re-run the project.
When I call
inside the module, it fails with
java.lang.UnsatisfiedLinkError: dlopen failed: library "libHelloWorldJNI.so" not found
.Beta Was this translation helpful? Give feedback.
All reactions