0
votes
2answers
46 views

Unresolved GWT error in LibGDX HTML project

I followed the tutorial here but when I go to 'Problems" tab in order to make Quick Fix it says: The type com.google.gwt.core.client.EntryPoint cannot be resolved. It is indirectly referenced ...
0
votes
2answers
37 views

Errors in 'com/badlogic/gdx/backends/gwt/GwtApplication.java encountered in HTML 5

Recently I have come to know about this awesome framework i.e Libgdx. I am completely new to this framework and hence a few hitches are obvious. I have cloned the entire repository and I have also run ...
0
votes
1answer
38 views

libgdx 0.9.8 compilation to html5 not working on phones browser

I am building the libgdx demo app with Gdx setup GUI, then I compile it to html5 and deploy the war. Everything works fine in a desktop browser, but when I test it in a mobile browser, android 4.1.2 ...
0
votes
1answer
66 views

libgdx unable to find com/esotericsoftware/tablelayout.gwt.xml on your classpath

I just setup my libgdx game with the gdx-setup-ui.jar today and I have everything setup in eclipse. I thought I would run each application (i.e. desktop, android, and html) to make sure everything is ...
2
votes
1answer
112 views

LibGdx and Gwt : No source code is available for type

I'm trying to start my Html Project but i'm facing some problems. The desktop and Android projects work well. The problem is that I have an other project I use as a library that is not being imported ...
0
votes
1answer
29 views

Using FreeType extension in GWT?

I'm trying to use the freetype extension in my project, and it works fine in Desktop and Android, but gives a ClassDefNotFoundException in HTML5. I know it's not imported/inherited right, but both ...
3
votes
2answers
174 views

Java Timer in GWT

I'm trying to have a Java Timer in my EntryPoint: Timer timer = new Timer(); timer.schedule( new TimerTask() { public void run() { //some code } } , 5000); But ...
0
votes
0answers
87 views

Libgdx Html inherit error

Hi! I'm having too much trouble to "convert" my game coded in LibGdx to HTML. I follow all the steps from here and here but I can't make it work. The image above shows my project hierarchy. The ...
4
votes
1answer
243 views

Scene2dUI in Libgdx and html5

I can't normally launch html5 the version of application in which there are scene2d ui elements. After transition to the Screen with Scene2dUI it turns out here To look as application "works" it is ...
2
votes
2answers
690 views

libgdx HTML5 deployment

I've been working with libgdx for 2 days, and I'm starting to get the hang of it. I'm comfortable with deployment on Android and desktop, but I've got no clue about how to run/debug or deploy the ...
1
vote
3answers
161 views

Where can i find the reference to a link giving an error?

Using libgdx and just trying to get the HTML version of the basic setup is driving me crazy. I get this error Loading modules com.me.mygdxgame.GwtDefinition [ERROR] Unable to find ...
-1
votes
2answers
85 views

Correct way to invoke a javascript function from java?

I'm trying out developing a game for facebook, and I'm trying a "Publish to Timeline" feature through the js-sdk. My codebase is java, using lib-gdx, and the problem is, I don't know how I can invoke ...
0
votes
0answers
29 views

libgdx gwt backend project how to stop local running

this is kind of silly, but I don't know how to stop the gwt backend after I run it from Debug->Web Development from the Eclipse. can anyone tell me how to turn off this gwt ?
15
votes
1answer
5k views

Libgdx setup UI gives 2 unexpected errors in new GWT project

I have run the setup ui, however, I get two different errors in the -html project than what is described in the tutorial: libgdx tutorial The tutorial error stated is as follows (which is an error I ...