我使用GDX-Setup.jar文件为Desktop和HTML项目创建了一个全新的LibGDX项目。配置项目目录后,我可以正常运行DesktopLauncher,并且默认图像显示在窗口中。我还尝试过使用HTMLLauncher(我也在我正在编码的项目中尝试过):
./gradlew html:superDev
但是构建失败并显示:
Task :html:draftCompileGwt FAILED
Compiling module com.mygdx.game.GdxDefinitionSuperdev
[ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User')
我不确定为什么我不能运行HTML应用程序。
有上述错误的任何想法吗?我还在这里发布了基本项目: https://github.com/EricSchafur/BasicLibGdxProject
谢谢。
答案 0 :(得分:0)
我相信GWT 2.8.1支持9以下的Java版本。 如果您使用更新的版本,请尝试降级(或使用替代的Java路径)版本