Couldn't load shared library box2d for libgdx
问题 I have a libGDX project that is built using maven. It's run fine in the past, but recently, it's stopped working, due to libGDX moving box2d to being an extension. I added the extension as a dependency to the core of my project like I would any other dependency: <dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-box2d</artifactId> <version>${gdx.version}</version> <scope>compile</scope> </dependency> however, when I try to run the project for desktop (or anything else,