Dart 编辑器更新失败:无法关闭分析服务器

Dart Editor Update failed: Unable to shutdown Analysis Server

所以在完全让我的 Dart 项目休息一段时间后,我再次启动了 Darteditor。首先,我在调试时检查项目是否仍在运行 - 它确实在运行。其次,我检查更新:

现在我按下按钮 "Apply Update",然后发生以下情况。 这是我点击按钮之前的样子:

这是点击后的效果:

所以 什么是不活动的分析服务器 是我的第一个问题。但我更重要的是 我该如何更新? 因为按 "No, I'll do it later" 只会关闭错误消息,而按 "Yes, download again" 会导致:

我尝试用谷歌搜索问题并在此处搜索 - 没有找到。 我还试图找出损坏的已下载更新的存储位置,因此我可以尝试将其删除 - 但我找不到。

我想我不是唯一遇到这个问题的人,所以我在这里问一下。预先感谢您的帮助:)

来自 https://www.dartlang.org/tools/editor/

As of 1.11, Dart Editor is obsolete and no longer supported. We recommend using DartPad to play with Dart and WebStorm to develop with Dart. For more information, see the announcement.