Firstly I want to apologize if this is not the right place for this sort of topic.
I recently started playing around with the andEngine, and so far it has been a very pleasant journey. But I have one problem that is sort of bugging me, i cannot get the box2d examples to execute. The AndEngineExamples app simply force closes if i pick one of the examples using box2d.
Seems to me i tried everything now.
- I have imported all projects from the GIT repository.
- I tried switching SDK target version to 2.3.3 as suggested here: physics-box2d-extension/physics-example-not-responding-on-emulator-t6185.html
- Tried getting an alternative libandenginephysicsbox2dextension.so (Suggested in the last referenced thread)
When i check the logCat what i notice is stuff like this:
Using java Syntax Highlighting
- 02-24 14:48:37.900: W/dalvikvm(11822): VFY: unable to find class referenced in signature (Lorg/andengine/extension/physics/box2d/PhysicsWorld;)
- 02-24 14:48:37.900: W/dalvikvm(11822): VFY: unable to find class referenced in signature (Lcom/badlogic/gdx/physics/box2d/FixtureDef;)
- 02-24 14:48:37.900: E/dalvikvm(11822): Could not find class '[Lcom.badlogic.gdx.math.Vector2;', referenced from method org.andengine.examples.PhysicsExample.createHexagonBody
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
wich would suggest that im a newbie and can't do things right, but what did i do wrong?
Its not that box2d is important for me at this time, but it would be nice to get everything running as it should.
Regards,
Boiledeggs

