美文网首页
Flutter解决 警告 Waiting for another

Flutter解决 警告 Waiting for another

作者: Pandakingli | 来源:发表于2019-05-29 10:47 被阅读0次

运行flutter的时候显示警告

Waiting for another flutter command to release the startup lock

当项目异常关闭,或者android studio用任务管理器强制关闭,下次启动就会出现上面的一行话,

此时需要打开 flutter/bin/cache/lockfile,删除就行了

或者直接用下面的命令:rm ./flutter/bin/cache/lockfile

相关文章

网友评论

      本文标题:Flutter解决 警告 Waiting for another

      本文链接:https://www.haomeiwen.com/subject/xfsetctx.html