Flutter报错之Waiting for another flutter command to release the startup lock
Problem Description:
Waiting for another flutter command to release the startup lock
- 1
The general meaning is that there are other flutter commands in progress. If these commands are commands that you want to end, take the following methods
Solution:
1. Close Android Studio
2. Open the flutter installation directory /bin/cache
bin/cache under the directory of flutter sdk
3. Delete the lockfile file
If you can't delete it, you need to stop the process of dart.exe in the process manager, and then try to delete it again
4. At this time, you can execute flutter related commands on the command line , which is a perfect solution