当我将Flutter从Flutter 2.10.2升级到更新的版本时,我在创建的每个Flutter项目上都遇到了这个错误。即使当我创建新的Flutter项目(简单的计数器应用程序)时,我要运行应用程序,我得到这个错误。
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve io.flutter:x86_debug:1.0.0-bd539267b42051b0da3d16ffa8f48949dce8aa8f. Required by: project :app
> Could not resolve io.flutter:x86_debug:1.0.0-bd539267b42051b0da3d16ffa8f48949dce8aa8f.
> Could not parse POM https://storage.googleapis.com/download.flutter.io/io/flutter/x86_debug/1.0.0-bd539267b42051b0da3d16ffa8f48949dce8aa8f/x86_debug-1.0.0-bd539267b42051b0da3d16ffa8f48949dce8aa8f.pom
字符串
1条答案
按热度按时间bmp9r5qi1#
如果您没有在稳定通道上运行,请尝试切换到稳定通道并运行升级。
字符串
然后下载项目依赖项并再次运行应用程序。
型