Skip to main content
 首页 » 编程设计

android-studio之Gradle控制台-获得更多日志输出

2024年11月01日20over140

我正在使用Android Studio。在gradle控制台中获取以下错误消息

Compilation error. See log for more details

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED



但是在哪里运行 --info选项以查看更多日志?

请您参考如下方法:

获得此功能的步骤如下:-

android studio的

  • 转到设置选项。
  • 在项目列表中,您将看到Build,Execution,Deployment选项。
  • 如果单击此选项,您将在此处看到Compiler选项,可以在以下位置添加命令行选项:-stacktrace --debug。