3

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!

john_science
  • 6,325
  • 6
  • 43
  • 60
Ralf
  • 133
  • 1
  • 2
  • 5

3 Answers3

4

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.

snctln
  • 12,175
  • 6
  • 45
  • 42
1

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.

Osmani
  • 669
  • 7
  • 19
0

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

James Nelson
  • 833
  • 10
  • 15