技术咸鱼 技术咸鱼
首页
工具
  • 《Django教程》
  • 《VuePress教程》
应用
  • 技术文档
  • GitHub技巧
  • Nodejs
  • 博客搭建
  • 网站
  • 资源
  • Vue资源网站
  • Flutter资源网站
  • 分类
  • 标签
  • 归档
关于
头像

公众号:技术咸鱼
首页
工具
  • 《Django教程》
  • 《VuePress教程》
应用
  • 技术文档
  • GitHub技巧
  • Nodejs
  • 博客搭建
  • 网站
  • 资源
  • Vue资源网站
  • Flutter资源网站
  • 分类
  • 标签
  • 归档
关于
  • IDE

    • Pycharm报错 Environment location directory is not empty解决
    • Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
      • 出现情景
      • 产生原因
      • 解决方法
    • JetBrains IDE一直Scanning files to index
    • The sandbox is not in sync with the
    • com.intellij.util.io.PersistentEnumeratorBase$CorruptedException PersistentEnumerator storage corrupted
  • Markdown

  • 爬虫

  • Android

  • flutter

  • Mac

  • 错误整理
  • IDE
技术咸鱼
2023-04-18

标题 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

# 出现情景

使用Android Studio运行项目的时候出现了下面这个问题

# 产生原因

这个错误通常出现在 Gradle 构建时,表示构建过程发生异常或错误。在错误信息中提供了一些建议的命令,可以用来获取更多的信息。

# 解决方法

  1. 使用 --stacktrace 命令行选项以获取更多有关异常的堆栈信息。
./gradlew build --stacktrace
1
  1. 使用 --info 或 --debug 命令行选项以获取更多的构建输出信息。
./gradlew build --info
1
  1. 使用 --scan 命令行选项以获取详细的构建信息,包括构建性能、测试结果和构建报告等。
./gradlew build --scan
1

使用这些命令可以帮助定位问题并查找解决方案。如果仍然无法解决问题,可能需要查看具体的错误信息并进一步调试。

#IDE
Pycharm报错 Environment location directory is not empty解决
JetBrains IDE一直Scanning files to index

← Pycharm报错 Environment location directory is not empty解决 JetBrains IDE一直Scanning files to index→

最近更新
01
com.intellij.util.io.PersistentEnumeratorBase$CorruptedException PersistentEnumerator storage corrupted
04-23
02
技术咸鱼
03
Pods-Runner target has frameworks with conflicting names XXXX.
04-18
更多文章>
Copyright © 2019-2023 oopanda | 皖ICP备19017961号-1
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式
×
document.write('');
×