Unresolved GWT Error in LibGDX HTML Project

I followed the tutorial here , but when I go to the "Problems" tab to do Quick Fix, it says:

The type com.google.gwt.core.client.EntryPoint cannot be resolved. This indirectly refers to the required .class files

If I do a โ€œQuick Fixโ€, it looks like this:

image1

and if I click finish, it will go to:

image2

I also installed the plugin from here .

So, I do not know what to do.


I used Properties-> Jav Build Path-> add Library, and I got:

image3

But if I select the Dependancies plugin, it is empty. If I use custom libraries, I do not know what to do.

+4
source share
2 answers

OK, the problem is that I installed only "GWT Designer" and "Google Plugin for Eclipse".

You also need to install the "SDK".

Now it works fine and has no error at all.

+5
source

I had the same problem and solved it by going to Preferences > Google > Web Toolkit , then delete the GWT SDK path that shows the error (possibly pointing to the wrong folder) and check the one that shows how it should be fine.

+1
source

Source: https://habr.com/ru/post/1482230/


All Articles