libGDX Exception in thread “LWJGL Application”

前端 未结 2 1475
一整个雨季
一整个雨季 2021-01-13 17:40

I\'ve been following the setup tutorial found at: libGDX setup tutorial. I\'m not sure what\'s going on here. I can finally get the project to deploy in the emulator, howeve

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 18:32

    Put this code

    System.setProperty("org.lwjgl.opengl.Display.allowSoftwareOpenGL", "true");
    

    this will solve your problem..

提交回复
热议问题