- 安装与诊断
https://linfeng.xyz/2019/4/2/FlutterSDK%E5%AE%89%E8%A3%85%E5%92%8C%E8%AF%8A%E6%96%AD/
- 当 执行 flutter doctor 时 , 出现 : Checking Android licenses is taking an unexpectedly long time…
这个消息耗时特别长 , 解决方法是 : 执行 flutter doctor –android-licenses
但在执行过程中, 出现错误信息 :
Warning: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
Warning: File /Users/liuyang/.android/repositories.cfg could not be loaded.
Warning: Failed to download any source lists! Fetch remote repository…
解决方法 : 关闭 shadowsock 软件
- How to set up china flutter env
https://flutter.dev/community/china
- flutter run –suppress-analytics
出现 FileSystemException: Failed to set file modification time 错误