I added gdx.jar and gdx-backend-android.jar in the Libraries tab. I get java.lang.UnsatisfiedLinkError: newWorldfor
gravity = new Vector2(0,10f);
world = new World(gravity, false);
All the problems in google source code tracker can't help me.
source
share