-
Hi, I used gdxsetup.jar to create a test application for Android Studio. I then added a new module which contains some Java and C++ code, which I was able to compile and run on Android with CMakeLists.txt, build.gradle and System.loadLibrary(). For IOS/Robovm, how do I set it up so that it compiles and links to the iOS app? |
Beta Was this translation helpful? Give feedback.
Answered by
dkimitsa
Aug 22, 2022
Replies: 1 comment
-
hi, just create a static library/framework with your JNI code. Reference you |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tom-Ski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, just create a static library/framework with your JNI code. Reference you
<lib>
in robovm.ini as specified in doc. No need to callloadLibrary
just use jni