gpt4 book ai didi

android - 依赖项更新后 Flutter 应用构建失败

转载 作者:IT王子 更新时间:2023-10-29 06:39:34 26 4
gpt4 key购买 nike

更新依赖项后,我的 Flutter 项目停止工作。我收到以下错误:

  • 出了什么问题:无法确定任务“:firebase_core:compileDebugAidl”的依赖项。

    Could not resolve all task dependencies for configuration ':firebase_core:debugCompileClasspath'. Could not find com.google.firebase:firebase-core:. Required by: project :firebase_core

下面是我的app\build.gradle

dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'com.google.firebase:firebase-core:16.0.8'
implementation 'androidx.appcompat:appcompat:1.1.0-alpha04'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}

请看下面的错误截图 enter image description here

最佳答案

此问题已在 firebase_core 的 0.3.4 更新中修复,它是 Flutter Firebase 插件的依赖项。 “flutter packages upgrade”可能会为您解决这个问题。

https://github.com/flutter/plugins/pull/1464/files

关于android - 依赖项更新后 Flutter 应用构建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55545889/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com