# Q: 出现Waiting for another flutter command to release the startup lock.. 卡死的情况,并且重新启动开发工具不起作用

# A: 前往flutter SDK中 移除 bin/cache/lockfile 文件

 ```

~/flutter/bin/cache/lockfile

```

     执行 flutter doctor 命令

     最后在次执行 flutter run 即可。

相关文章:

  • 2021-08-12
  • 2021-07-07
  • 2021-09-02
  • 2022-01-23
猜你喜欢
  • 2021-09-22
  • 2021-12-16
相关资源
相似解决方案