当我输入时出现此错误
在我的 UiBinder 文件中,错误是:
[DEBUG] [MyGWT] - Rebinding com.mycomp.mygwt.client.Resources
[DEBUG] [MyGWT] - Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
[DEBUG] [MyGWT] - Preparing method logo
[TRACE] [MyGWT] - Adding image 'com.mycomp.mygwt.client.Resources.logo'
[ERROR] [MyGWT] - Unrecognized image file format
[ERROR] [MyGWT] - Generator 'com.google.gwt.resources.rebind.context.InlineClientBundleGenerator' threw an exception while rebinding 'com.mycomp.mygwt.client.Resources'
路径中的图像文件是我在之前的 GWT 应用程序中使用的 PNG 文件。我真的不知道为什么 GWT 会抛出错误。