Waiting for another flutter command to release the startup lock

问题

flutter长时间 Waiting for another flutter command to release the startup lock

解决办法:

在Android studio 得terminal输入 :

taskkill /F /IM dart.exe

Waiting for another flutter command to release the startup lock_第1张图片
就是这里

参考地址

你可能感兴趣的:(Waiting for another flutter command to release the startup lock)