• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Android import and use external java library?

Traversal

Member
Hi, I want to use an external Library. I would place my libs under jniLibs directory if I was in the Android Studio project and the com.xyz into the com folder....
But with Game Maker Studio 2? How to implement?

Code usage would be:
import com.xyz.*


Inside the "com" folder I got all the *.java files of that external library.
Inside the libs folder I got folder for x86, x86_64, arm64 and so on,
which include the libraries "xyz.so" file.

I really hope you can help to get me startet with this, so I can use the included functions.
Thank you.
 
Top