I am using Android Studio. When I try to start my project, I get a 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 refers to the output of a compiler error, but I cannot find this output anywhere. Where can I understand why my project cannot be built?
source share