-
Notifications
You must be signed in to change notification settings - Fork 136
-
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.
All reactions
hi, just create a static library/framework with your JNI code. Reference you <lib> in robovm.ini as specified in doc. No need to call loadLibrary just use jni
Replies: 1 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 call loadLibrary just use jni
Beta Was this translation helpful? Give feedback.