IntelliJ build project (Ctrl + F9) failed Error: 0
Answered
I have a LibGDX project created by gdx-setup.jar file. I recently run into an issue when build the project with Ctrl + F9, IntelliJ always returns error message: Error: 0 (see image bellow).
Basically I don't know what IntelliJ does when I press Ctrl + F9 and the error message is too short so I don't know how to google for this error. Please help me to figure out why this happens.

Please sign in to leave a comment.
Please check idea.log and build.log files for additional information: https://intellij-support.jetbrains.com/hc/articles/207241085.
Does the project build from the command line Gradle, outside of IntelliJ IDEA?
No my project does not build from command Gradle, just build with the build button (Ctrl + F9).
There is only idea.log file in my C:\Users\<user>\.IntelliJIdea2017.1\system\log folder (after I clean log folder, restart IDE then reproduce the error):
Do you get any errors if you run "gradle build" from the command line in the project root directory?
Yes there was an error with lint task. I added the configuration to ignore lint error and the project started to build successfully.
Is it the root cause of the error? I am not sure. I will report if there is any error.
Thank you so much for helping me.
Yes, it looks like the root case.