构建 Flutter 项目时 assembleRelease 任务失败
assembleRelease task failed when building a Flutter project
建筑安全可靠
运行宁Gradle任务'assembleRelease'...
失败:构建失败,出现异常。
- 出了什么问题:
配置根项目时出现问题 'android'。
Could not resolve all artifacts for configuration ':classpath'.
Could not find builder-4.1.0.jar (com.android.tools.build:builder:4.1.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/android/tools/build/builder/4.1.0/builder-4.1.0.jar
Could not find bundletool-0.14.0.jar (com.android.tools.build:bundletool:0.14.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/android/tools/build/bundletool/0.14.0/bundletool-0.14.0.jar
尝试:
运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。 运行 使用 --scan 以获得完整的见解。
- 获取更多帮助
6 秒内构建失败
运行宁Gradle任务'assembleRelease'... 10.9s
Gradle 任务 assembleRelease 失败,退出代码为 1
进程已完成,退出代码为 1
尝试通过以下三个步骤构建您的项目:
1- flutter build apk --debug
2- flutter build apk --profile
3- flutter build apk --release
建筑安全可靠
运行宁Gradle任务'assembleRelease'...
失败:构建失败,出现异常。
- 出了什么问题: 配置根项目时出现问题 'android'。
Could not resolve all artifacts for configuration ':classpath'. Could not find builder-4.1.0.jar (com.android.tools.build:builder:4.1.0). Searched in the following locations: https://dl.google.com/dl/android/maven2/com/android/tools/build/builder/4.1.0/builder-4.1.0.jar Could not find bundletool-0.14.0.jar (com.android.tools.build:bundletool:0.14.0). Searched in the following locations: https://dl.google.com/dl/android/maven2/com/android/tools/build/bundletool/0.14.0/bundletool-0.14.0.jar
尝试: 运行 使用 --stacktrace 选项获取堆栈跟踪。 运行 使用 --info 或 --debug 选项以获得更多日志输出。 运行 使用 --scan 以获得完整的见解。
- 获取更多帮助
6 秒内构建失败 运行宁Gradle任务'assembleRelease'... 10.9s Gradle 任务 assembleRelease 失败,退出代码为 1 进程已完成,退出代码为 1
尝试通过以下三个步骤构建您的项目:
1- flutter build apk --debug
2- flutter build apk --profile
3- flutter build apk --release