Question

I am trying to make a simple 3D game for Android, and I want to use jMonkeyEngine. Can I do this? How? Can someone show me an example?

Thanks!

Was it helpful?

Solution

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.

OTHER TIPS

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: Project Properties

2) Check the "Enable Android Development" check-box

3) Select the appropirate "Android Target"

4) Select Android as your target from the drop down: Android Target

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top