Flutter报错 Waiting for another flutter command to release the startup lock...

Waiting for another flutter command to release the startup lock… 异常解决

平时我们在开发flutter过程中,在执行flutter packages get 命令 或者 flutter packages upgrade之后,

经常遇到这个错误提示:

Waiting for another flutter command to release the startup lock...

然后你会发现会发现在任何地方执行flutter命令,都会遇到这个错误。

一般情况下,你会关闭项目,重启IDE,但这些操作都无效,除非你重启电脑。

这里给出一个非常简单的解决方法:

进入到你的flutter sdk目录中,然后找到bin/cache/lockfile文件,删除它即可。

删除之后你再运行

flutter packages get

就已经解决了。

参考:

https://github.com/flutter/flutter/issues/7768

原文地址:https://www.cnblogs.com/jukaiit/p/12345043.html

时间: 2024-10-26 22:14:00

Flutter报错 Waiting for another flutter command to release the startup lock...的相关文章

Waiting for another flutter command to release the startup lock...

平时我们在开发flutter过程中,在执行flutter packages get命令之后,如果运气不好的,命令没有执行成功的话,我们就会遇到这个错误提示: Waiting for another flutter command to release the startup lock... 1 然后你会发现会发现在任何地方执行flutter命令,都会遇到这个错误: tinytongtongdeMacBook-Pro% flutter doctor Waiting for another flut

flutter 之Waiting for another flutter command to release the startup lock...和Running Gradle task 'assembleDebug'... 卡住

看了网上很多解决办法,一般是找到fluttersdk的bin的cache目录下的lockfile然后删掉 然鹅...正常情况下一般不会让你删,一般显示有进程占用... 于是换了种思维,发现在win下每次运行flutter,git-remote都要发送次请求,目的的是GitHub 处于天朝,我是移动网络,所以上GitHub速度非常慢,而每次这个git-remote都要接受1.33m才会进行下一个动作 如果不断开,快的时候10几秒搞定,慢的时候直接卡死, 如果ctrl+c结束再运行也是没用 尝试去直

Waiting for another flutter command to release the startup lock... 异常解决

进入到你的flutter sdk目录中,然后找到bin/cache/lockfile文件,删除它即可. 删除之后你再运行flutter doctor,你会发现错误已经解决了. 参考: https://blog.csdn.net/qq_26287435/article/details/89537153 原文地址:https://www.cnblogs.com/sea-stream/p/12158958.html

【IntellJ IDEA】idea启动测试类报错Error running 'Test1.test': Command line is too long. Shorten command line for Test1.test or also for JUnit default configuration.

idea启动测试类报错 Error running 'Test1.test': Command line is too long. Shorten command line for Test1.test or also for JUnit default configuration. 注意: 最简单的方法,就是你重新创建一个新的测试类,在里面重新写一遍测试方法,代码都可以粘贴过去. 解决方法: 1.打开本项目的.idea文件夹,找到文件夹中的workspace.xml文件 2.搜索 Proper

GitHub 上下载代码运行报错 :'The sandbox is not sync with the Podfile.lock\'

问题描述: github下载的Demo,很多时候使用到CocoaPods,有的时候因为依赖关系或者版本问题不能编译运行.出现例如The sandbox is not sync with the Podfile.lock问题时候,如下所示 diff: /../Podfile.lock: No such file or directory diff: Manifest.lock: No such file or directory error: The sandbox is not in sync

[问题]编译报错:clang: error: linker command failed with exit code 1及duplicate symbol xxxx in错误解决方法之一

今天添加了一个新类(包括m,h,xib文件),还没有调用,-编译遇到如下错误,根据错误提示, duplicate symbol param1 in: /Users/xxxx/Library/Developer/Xcode/DerivedData/xxxx-ccqyiywbeowkgmaitropkiovpeou/Build/Intermediates/xxxx.build/Debug-iphonesimulator/xxxx.build/Objects-normal/x86_64/ClassA.

npm i命令报错“Please try running this command again as root/Administrator”

相对npm install命令不够正规,虽然使用npm -help命令查看npm i和npm install的内容是一样的,但是我使用的intellij 2017.2.4版本会经常对"npm i"这个命令报这个错.所以建议使用npm install命令.然而,还会出现这个错误的话就可以忽视了,毕竟我用angular-cli工具创建的项目初始安装包npm install即便报错也不必理会,继续npm start测试编译通过,浏览器可以正常打开页面.

openvpn报错信息 windows route add command failed解决方式

openvpn windows route add command failed 解答:这是在Vista/Win7/Win2003Win2008等系统中没有用管理员权限安装及启动OpenVPN GUI造成的,OpenVPN进程没有相应权限修改系统路由表.解决方法是重新用管理员权限安装OpenVPN,并在启动OpenVPN GUI时右键选择使用管理员权限打开. http://blog.sina.com.cn/s/blog_a584daf0010144yv.html

copyToLocalFile报错:(null) entry in command string: null chmod 0644

FileSystem init() throws URISyntaxException, IOException, InterruptedException { Configuration conf=new Configuration(); conf.set("fs.defaultFS","hdfs://wangchaoqi01:9000"); return FileSystem.get(new URI("hdfs://wangchaoqi01:9000&