I added the gdx.jar and gdx-backend-android.jar in the Libraries tab. I get java.lang.UnsatisfiedLinkError: newWorld for
gravity = new Vector2(0,10f);
world = new World(gravity, false);
All the issues in google source code tracker cannot help me.
You only use the box2d wrapper i assume. In that case you have to load the natives yourself via System.load("gdx").
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With