Can I use jMonkeyEngine for Android Devices?
I am trying to make a simple 3D game fo开发者_如何学JAVAr Android, and I want to use jMonkeyEngine. Can I do this? How? Can someone show me an example?
Thanks!
According to their blog Android support is coming with the upcoming jMonkeyEngine3, so it looks like you will have to wait for their next official release.
Though it's a old question to answer but I think many of us still looking for the solution.
jMonkeyEngine for Android:
The answer is Yes! You can use jMonkeyEngine3 (JME3) to develop 3D game for Android.
How to start:
Android integration and deployment in JME3 is nicely described here!
Example
You can find some good beginner JME tutorial here with sample/example code. You can use these examples for Android.
I struggled with this until discovering this video with no audio... Running jME3 on Android
1) Right Click your project and Select "Properties" from the menu:
2) Check the "Enable Android Development" check-box
3) Select the appropirate "Android Target"
4) Select Android as your target from the drop down:
精彩评论