LibGDX/Box2D UnsatisfiedLinkError
问题 I'm using the EXACT same code as used in this tutorial but for some reason I get an error while trying to run the project. The default project for LibGDX worked fine. Error: Exception in thread "main" java.lang.UnsatisfiedLinkError: com.badlogic.gdx.physics.box2d.World.newWorld(FFZ)J at com.badlogic.gdx.physics.box2d.World.newWorld(Native Method) at com.badlogic.gdx.physics.box2d.World.<init>(World.java:222) at net.ocps.tchs.permarun.PermaRun.<init>(PermaRun.java:19) at net.ocps.tchs.permarun