I'm doing an Android Studio project (from this tutorial here: http://www.kilobolt.com/day-2-setting-up-libgdx.html).
When I press New Java Class I'm getting the error that's described in the title:
Unable to parse template "Class" Error message: This template did not produce a Java class or an interface.
I don't know why. I've searched on this site, there doesn't seem to be an answer.
There are No error messages in the code.
For what it is worth, I recently updated the gradle version for android studio before. Anyone know how to fix this?