成功构建之后Android Studio在尝试使用DesktopLauncher启动我的libGDX项目时说:
Gradle: error: no suitable constructor found for LwjglApplication(TheGame,LwjglApplicationConfiguration)
constructor LwjglApplication.LwjglApplication(ApplicationListener,LwjglApplicationConfiguration) is not applicable
(argument mismatch; TheGame cannot be converted to ApplicationListener)
constructor LwjglApplication.LwjglApplication(ApplicationListener,Canvas) is not applicable
(argument mismatch; TheGame cannot be converted to ApplicationListener)
在没有警告/错误的构建之后,这不仅仅是奇怪的。