当我在Android Studio中"运行"我的项目时,在"消息"窗口中,我得到:
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':play01:compileDebug'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Run Code Online (Sandbox Code Playgroud)
它说> Compilation failed; see the compiler error output for details.
那么"编译器错误输出"在哪里?和/或我如何运行--stacktrace选项?
我正在使用Android Studio.当我尝试运行我的项目时,我收到消息:
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.
Run Code Online (Sandbox Code Playgroud)
它引用编译器错误输出,但我似乎无法在任何地方找到输出.它在哪里,所以我可以弄清楚为什么我的项目无法建立?