libGDX project can't load library liblwjgl.dylib

五迷三道 提交于 2019-12-03 11:30:56

I believe this is a compatibility issue between Java 7 and LWJGL. For some reason, this also only affects OS X, as it works just fine on both my Windows and Ubuntu machines, but not my Mac. Your options to work with until the problem is fixed:

  • Debug on Android / Robovm
  • Code on another machine until the problem is fixed

Considering you can use an Android emulator, I think Android testing is the best option.

Maybe you should try including the LWJGL .jar library into the source path, or the "core" directory.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!