Waiting for another flutter command to release the startup lock...

在同时开启多个Flutter 项目,运行时经常遇到 Waiting for another flutter command to release the startup lock...
这个错误,然后就一直卡在这没反应了,所以还是决定记录一下,做个笔记。

百度到的比较多的解决办法是:
找到 flutter\bin\cache 目录下的 lockfile文件,重启Android Studio即可
Waiting for another flutter command to release the startup lock...
但就我自己试过之后感觉没什么作用。

后来查到的比较管用的方法是:

打开任务管理器,然后结束所有 dart.exe 进程
Waiting for another flutter command to release the startup lock...
然后让 flutter 重新加载编辑即可

上一篇:Nacos注册中心 配置启动


下一篇:WPF 10天修炼 第三天- Application全局应用程序类