Waiting for another flutter command to release the startup lock

后端 未结 30 3441
暗喜
暗喜 2020-12-12 09:20

When I run my flutter application it show

Waiting for another flutter command to release the startup lock

this messages and not

30条回答
  •  一向
    一向 (楼主)
    2020-12-12 10:07

    I have the same issue, I tried all the above solutions, but none of them worked for me. Then I searched the keywords in flutter directory, and found the following code. So I tried to delete bin/cache/.upgrade_lock, and it worked finally.

提交回复
热议问题