次のように、コンソール出力のプロジェクトビルドエラーを調査しようとしました。
:myapp:processDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
...
...
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
リソースが見つからないというエラーと関係があると思います。私の質問は、IDEレベルで、デバッグするための詳細情報を生成できるように、オプション--stacktrace
または--debug
オプションを追加するにはどうすればよいですか?