AS中输入执行flutter命令时报错之Waiting for another flutter command to release the startup lock解决办法

  1. 关闭Android Studio
  2. 打开flutter安装目录/bin/cache
  3. 删除lockfile文件
  4. 此时可在命令行再执行flutter相关命令
原文地址:https://www.cnblogs.com/loaderman/p/12883818.html