Waiting for another flutter command to release the

2020-02-16 06:17发布

When I run my flutter application it show

Waiting for another flutter command to release the startup lock

this messages and not proceed further.

16条回答
我欲成王,谁敢阻挡
2楼-- · 2020-02-16 06:53

In Windows :

Press: Ctrl + Alt + Delete

  • In task manager find out your editor such as VS Studio or Android Studio
  • In that Find "dart" and End that Task
  • Then close your editor
  • Open editor again
  • let editor to complete all things, after that run your query that will work
查看更多
劫难
3楼-- · 2020-02-16 06:54

If you are using Windows, you can open the task manager and under the 'Processes' tab search for processes named 'dart'. End all those tasks.

查看更多
神经病院院长
4楼-- · 2020-02-16 06:55

Exit from your IDE, then from start manager stop all dart related files(if any have).
Then go to
"FLUTTER DIRECTORY"/bin/cache/lockfile
and delete this lockfile

查看更多
爷的心禁止访问
5楼-- · 2020-02-16 06:57

I tried all previous suggestions but without benefit. Finally when I connect my pc to internet and wait flutter to release then 5 minutes solved

查看更多
6楼-- · 2020-02-16 06:57

For Ubuntu Linux

killall -9 dart

This worked for me even when IDE was on

查看更多
在下西门庆
7楼-- · 2020-02-16 06:57

maybe the flutter is updating its SDK. be patient and wait. check it in the message option in below dock near terminal and version control

查看更多
登录 后发表回答