1

我不能在 Android Studio 3.6.1 的命令行中使用 flutter clean 或 doctor 了。当我尝试时,我收到此消息:

正在下载 windows-x64/font-subset 工具... 下载失败。网址:https ://storage.googleapis.com/flutter_infra/flutter/e1e6ced81d029258d449bdec2ba3cddca9c2ca0c/windows-x64/font-subset.zip 错误:404 未找到

我尝试使用 gradlew clean。我收到了完全相同的信息。

顺便说一下,当我打开一个颤振文件时颤振结构是空的,并且我没有任何完成或快捷方式可以转到函数(消息:找不到要转到的声明)。

您对它发生的原因以及如何解决它有任何线索吗?谢谢

4

2 回答 2

0

I found a solution. I remove flutter. I reinstall it and it's worked now. If someone now why that's happen I am interested.

于 2020-03-13T12:52:24.127 回答
0

这是因为某些网络问题,您的网络无法访问服务器。 更多详细信息: https ://github.com/flutter/flutter/issues/48030 希望您能找到所有答案和解决方案。

于 2020-04-09T21:43:41.823 回答