Waiting for another flutter command to release the startup lock

后端 未结 30 3513
暗喜
暗喜 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:04

    There are some action to do:

    1- in pubspec.yaml press "packages get" or in terminal type " flutter packages get" and wait seconds.

    if this doesn't work :

    2-type flutter clean then do step(1)

    if this doesn't work too :

    3-type killtask /f /im dart.exe

    if this doesn't work too :

    4- close android studio and then restart your pc.

提交回复
热议问题