flutter 错误❌及解决方式收集
Waiting for another flutter command to release the startup lock...
解决方式1
- 打开 flutter 安装目录
/bin/cache
- 删除
lockfile
文件
解决方式2
// Linux
killall -9 dart
// Windows
taskkill /F /IM dart.exe
参考
Waiting for another flutter command to release the startup lock
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!