I'm using Android Studio. When I try to run my project I get the message:
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':AsteroidRunnerMultiplayer:compileDebug'.
> Compilation failed; see the compiler error output for details.
It references compiler error output, but I can't seem to find that output anywhere. Where is it so I can figure out why my project fails to build?
One thing you can do is deactivate the external build. To do so click on "compiler settings icon" in the "Messages Make" panel that appears when you have an error. You can also open the compiler settings by going to File -> Settings -> Compiler.
Uncheck "Use External build"
And you will see the errors in the console
EDIT: After returning to "internal build" again you may get some errors, you can solve them this way: Android Studio: disabling "External build" to display error output create duplicate class errors
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With