最佳答案
我试图调查控制台输出中的项目构建错误,如下所示:
: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
选项,以便它可以产生更多的信息,以便我进行调试?