flutter 环境问题 求助

2019-04-11 16:20:39 +08:00
 blurh11E27

flutter 安装过程参考官网还有慕课的课程、

flutter doctor 全对号,没有问题;

flutter run 卡住了,提示 this si taking an unexpectedly long time !

这种问题 那位大神能帮我 解决一下? 感激不尽

2757 次点击
所在节点    程序员
5 条回复
1KN6sAqR0a57no6s
2019-04-11 16:23:41 +08:00
大概率是科学上网的问题。
blurh11E27
2019-04-11 16:26:30 +08:00
@YuxiangLuo 换了两种扶墙姿势
1KN6sAqR0a57no6s
2019-04-11 16:41:15 +08:00
@blurh11E27 https://www.cnblogs.com/geekshine/p/9458122.html 大半年前的一点记录,有点混乱,希望对你有点帮助。
POPOEVER
2019-04-11 16:45:19 +08:00
可能是 gradle 版本问题,试试 update android sdk
HuasLeung
2019-04-11 16:48:31 +08:00
https://github.com/flutter/flutter/issues/27310

"
Guys, It worked for me:

Created a fresh project
Temp files were causing the trouble with android licenses (a restart did the trick)
Java version was also causing trouble so changed the build.gradle file
// Added by me for solving java version error
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Hope this helps!
"

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/554131

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX