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.
それは> Compilation failed; see the compiler error output for details.
「コンパイラエラー出力」はどこにあるのでしょうか?および/または--stacktrace
オプションで実行するにはどうすればよいですか?