首页 > 解决方案 > 这就是我运行“flutter run”时发生的情况

问题描述

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\HUTS\Documents\firebase and flutter\coffe_time\android\build.gradle' line: 27

* What went wrong:
A problem occurred evaluating root project 'android'.
> Project with path ':app' could not be found in project ':cloud_firestore'.

* Try:
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.

BUILD FAILED in 26s
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done                        30.8s
Exception: Gradle task assembleDebug failed with exit code 1

我的 setting.gradle 文件

构建 gradle /android

我应该怎么办?

标签: androidfluttergradle

解决方案


推荐阅读