错误消息:" GwtApplication:exception:无法加载图片' a.jpg',文件不存在"
电话是:
Texture texture;
texture =new Texture(Gdx.files.internal("a.jpg"));
当作为桌面应用程序运行时,应用程序正常运行。该文件存在于core / assets文件夹和war / assets文件夹中。我正在使用IntelliJ IDE。任何帮助将非常感激!
更新 当我作为普通的桌面应用程序(gradlew desktop:run)编译和运行时,它会按预期运行。但是当我以HTML5(gradlew.bat html:superDev)运行时,它无法找到图像而Gwt会抛出异常。这似乎是一个Gwt运行时错误。
实际输出:
答案 0 :(得分:-1)