i', trying to make a simple 3d game for android, and i want to use jmonkeyengine, Can i do this? How can i do it? Someboy can show me an example?

thanks!!!

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Currently, there's no version of jME1/2 for Android phones, although we are trying to transfer a version of jME 2 to Android (we're apparently 50% of the way through the porting process, but apparently they've tried this before). We're going to be switching to Ardor3D soon, however. Apparently, Android has been confirmed for jME3, but I'd advise going with Ardor3D and see what happens in the future. More stuff: http://blog.renanse.com/2010/02/android-everywhere.html

link|improve this answer
feedback

I'm a manager with the jMonkeyEngine project.

I apologize for the late response, but StackOverflow posts got such an excellent search ranking that people are still coming to our site via pages like this one, so I figured I'd best bring this topic up to speed.

In short, yes you can use jMonkeyEngine 3 on Android. Not the older 1.0 and 2.0 versions. However since jME3 is shader based it requires OpenGL 2 and above, meaning we can't support Android versions prior to 2.2 Froyo.

The Android forum is the best place to keep up to date on the latest development. We have a test application available on the market, for free of course. Testing is greatly appreciated! (Do note, while the tests have been reported to work fine for Motorolla and Samsung devices, as of writing they do not work yet for HTC phones. Expect a fix shortly).

On a last note, for anyone who thinks the jMonkeyEngine project has stagnated, I welcome you to visit our website and try the latest version of our SDK. Safe to say, the project is healthier than every before.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.