我试图调查控制台输出中的项目构建错误,如下所示:
: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选项,以便它可以生成更多信息供我调试?
--stacktrace
--debug
您可以使用 GUI 添加这些 gradle 命令行标志
File > Settings > Build, Execution, Deployment > Compiler
对于 MacOS 用户,它就在这里
Android Studio > Preferences > Build, Execution, Deployment > Compiler
像这样(加--stacktrace或--debug)
请注意,屏幕截图来自 0.8.10 之前的版本,该选项 不再 位于该Compiler > Gradle部分中,它现在位于名为Compiler (Gradle-based Android Project)
Compiler > Gradle
Compiler (Gradle-based Android Project)