JVM support #2252
Answered
by
hewigovens
borbuevbeksultan
asked this question in
Q&A
JVM support
#2252
-
Could not find a way to compile the sources to be compatible with provided JNI outside of Androids NDK. Is there any approach how to achieving it? Can I wrap the built standalone library into shared with CMake? |
Beta Was this translation helpful? Give feedback.
Answered by
hewigovens
May 27, 2022
Replies: 1 comment
-
Technically yes, you can check Android lib's CMakeLists.txt and compile it as shared library |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
borbuevbeksultan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Technically yes, you can check Android lib's CMakeLists.txt and compile it as shared library