There is a "correct" way to use JME3 on Android Studio?

I don’t think there is an absolute “correct” way. It mostly depends on your needs.

I mostly just use the jar files on my projects since I am not in need to build from source. But there is one project in plans where I may need to have the source code so I can modify it to my own game project needs and i would use gradle.

you can also use grade in your project with jme like in this example. I hope it helps:

1 Like