I have been trying to run the tutorials on Android
After a while crashing I understood that I need to convert my mesh.xml to j3o for them to not crash.
Said and done.
First problem: Texture/materials seem to get lost. The mesh is loaded but is all black. With JME I can put a simple material on it to make it red for example.
Second problem.: trying to run HelloAnim for example. This runs fine in JME with animation (except the model is black after converting to j3o). But on android, it crashes on startup. No error message just “crashed unexpectedly”.
Any ideas?