For my bachelor thesis iam trying developing a JmonkeyGame. 4 weeks ago i read something about use a Character and use Physics ==> use BetterCharacterControl class. Now my problem is that as soon as i implement statemanager.attach(bulletAppState):
@Override
public void simpleInitApp() {
bulletAppState = new BulletAppState();
stateManager.attach(bulletAppState);
initKeys();
initMouse();
initAudio();
createLight();
createTerrain();
createSky();
addPlayer();
addCamera();
}
I get an error on android. I am developing in eclipse, not JME3-Programm because the game is only a part of the apk.
Libaries in eclipse: JME3-android.jar, JME3-bullet.jar, JME3-core.jar
I have no idea where to look for a solution, or why this problem occours. Help or tips to my problem would be fabulous.
Hardware: Sony Compact D5503 Android V. 4.4.2
Android Screenshot of error: