问题描述: 升级后,无法启动 DesktopLauncher ,控制台提示“Unable to initialize main class com.badlogic.gdx.backends.lwjgl.LwjglApplication”。
解决步骤:
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
compile "com.badlogicgames.gdx:gdx-backend-Lwjgl:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
点击 Android Studio 工具栏中的 “Sync Project with Gradle Files” 按钮,确保项目已同步更新。
运行 DesktopLauncher ,检查问题是否已解决。
注意:以上步骤中的 $gdxVersion 应该替换为项目使用的 libGDX 版本号。