【发布时间】:2014-02-10 10:03:37
【问题描述】:
我试图调查控制台输出中的项目构建错误,如下所示:
: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 选项,以便它可以生成更多信息供我调试?
【问题讨论】:
标签: android android-studio stack-trace