I have been trying to debug my libgdx code on HTML, the building process happens perfectly when I use the default libgdx new project code, but if I change it to my code this happens:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':html:superDev'.
> Process 'command 'C:\Program Files (x86)\Java\jdk1.7.0_51\bin\java.exe'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
Worth point that my code can be build for desktop, the only problem is while building for HTML
I suspect the problem is happening because my code has a nested class, Actor. Somewhere I read libgdx has some problems recognizing classes and here one of the answers was from somebody who had a problem with the classes and fixed it editing a XML but I don't know if that is my case.
My code is here
This is the log while adding --stacktrace