因此,我最终安装了许多麻烦的JDK 8 64bit,安装了gdx-setup.jar并毫无问题地生成了我的项目。当我在ecplise中导入项目时,Android和HTML文件夹显示X。(这意味着代码中有错误)。但是,桌面,IOS和Core都可以。
我在这里做错了什么? (我尝试重新生成项目无济于事。)
我不太担心HTML,因为HTML对我来说只是一个额外的功能。我更担心Android。使用64位JDK 1.8的IM,在Java和64位OS上使用IDE 64位。
我使用的Android SDK是Android Studio使用的Android SDK(这是问题吗?)
这是一条错误消息:
The project was not built since its build path is incomplete.Cannot find the class file for com.google.gwt.core.client.EntryPoint . Fix the build path then try building this project firstGdxGame-html Unknown Java Problem
和另一个类似的东西:
The project was not built since its build path is incomplete.Cannot find the class file for android.os.handler. Fix the build path then try building this project firstGdxGame-html Unknown Java Problem
帮助?