码迷,mamicode.com
首页 > 其他好文 > 详细

Flutter报错 Waiting for another flutter command to release the startup lock...

时间:2020-02-22 14:15:17      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:目录   提示   for   现在   git   col   ges   art   color   

 

Waiting for another flutter command to release the startup lock… 异常解决


平时我们在开发flutter过程中,在执行flutter packages get 命令 或者 flutter packages upgrade之后,

经常遇到这个错误提示:

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

然后你会发现会发现在任何地方执行flutter命令,都会遇到这个错误。

 

一般情况下,你会关闭项目,重启IDE,但这些操作都无效,除非你重启电脑。

这里给出一个非常简单的解决方法:

进入到你的flutter sdk目录中,然后找到bin/cache/lockfile文件,删除它即可。

删除之后你再运行

flutter packages get

就已经解决了。

 

参考:

https://github.com/flutter/flutter/issues/7768

Flutter报错 Waiting for another flutter command to release the startup lock...

标签:目录   提示   for   现在   git   col   ges   art   color   

原文地址:https://www.cnblogs.com/jukaiit/p/12345043.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!