I have a hell of a time porting my libgdx game to HTML 5
I am now at the point where I just use the projects the UI wizard give me.
Even if I dont change any code and use the sample app as is, I get this error when trying to compile to GWT:
Invoking generator com.badlogic.gdx.backends.gwt.preloader.PreloaderBundleGenerator
[ERROR] Generator 'com.badlogic.gdx.backends.gwt.preloader.PreloaderBundleGenerator' threw an exception while rebinding 'com.badlogic.gdx.backends.gwt.preloader.PreloaderBundle'
java.lang.NullPointerException
at com.badlogic.gdx.backends.gwt.preloader.PreloaderBundleGenerator.getAssetOutputPath(PreloaderBundleGenerator.java:167)
at com.badlogic.gdx.backends.gwt.preloader.PreloaderBundleGenerator.generate(PreloaderBundleGenerator.java:51)
...
Full Console here: http://pastebin.com/Jjs7xCHM