美文网首页
Flutter 解决 Waiting for another f

Flutter 解决 Waiting for another f

作者: 晖仔Milo | 来源:发表于2022-12-12 10:22 被阅读0次

问题:
项目运行

flutter pub get

项目提示

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

原因:
任务被其他项目占用,导致"$flutterSDK/bin/cache/lockfile"被锁。

解决:
1、耐心等待一会后重试;
2、关闭android studio,重新打开后重试;
3、进入目录"$flutterSDK/bin/cache",删除lockfile后重试。

相关文章

网友评论

      本文标题:Flutter 解决 Waiting for another f

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