Android build help

Can anyone help me step by step how to deploy in Android ? I don’t know how to start, the tutorial in seams not working anymore …

I believe I wrote something. I might be able to find it.

Alright got it, but how about dependency ? And how to handle input from back button ex override default behavior. How about thread modelling, is simple application run on main android thread ? Or it create new thread ? Thanks man

you can learn them here:
https://jmonkeyengine.github.io/wiki/jme3/maven.html

I will check it out thanks for quick response

1 Like

This is an example for cardboard, but it answers a couple of your questions regarding how to handle input and the relation between a jme application and the android application:

That exampleis using the old sdk deployment routine. For a project I’m working on now I use this template:

Together with:

Then I actually deploy through android studio. But it depends a bit on your workflow.