发表日期:2018-11 文章编辑:小灯 浏览次数:2586
安装步骤见官网,中文官网。 github地址
一. 如果你是download的release包,运行flutter doctor
会报如下错误:
Error: The Flutter directory is not a clone of the GitHub project.The flutter tool requires Git in order to operate properly;to set up Flutter, run the following command:git clone -b beta https://github.com/flutter/flutter.git
解决方案:
git init
。不推荐 git clone https://github.com/flutter/flutter.git
或者按官方推荐git clone -b beta https://github.com/flutter/flutter.git
使用beta分支。二、安装中文版教程中安装iOS设备的工具时会报错:
checking pkg-config is at least version 0.9.0... yes checking for libusbmuxd >= 1.1.0... no configure: error: Package requirements (libusbmuxd >= 1.1.0) were not met:Requested 'libusbmuxd >= 1.1.0' but version of libusbmuxd is 1.0.10
解决方案在英文版中已经提供:
brew update # The following two steps are a temporary workaround to https://github.com/flutter/flutter/issues/22595brew install --HEAD usbmuxdbrew link usbmuxdbrew install --HEAD libimobiledevicebrew install ideviceinstaller ios-deploy cocoapodspod setup
所以还是推荐大家去看英文原版教程,更新比较及时。
三、最新的Android Studio Preview版本不支持flutter,建议使用正式版。
日期:2018-10 浏览次数:7251
日期:2018-12 浏览次数:4325
日期:2018-07 浏览次数:4872
日期:2018-12 浏览次数:4172
日期:2018-09 浏览次数:5499
日期:2018-12 浏览次数:9919
日期:2018-11 浏览次数:4802
日期:2018-07 浏览次数:4576
日期:2018-05 浏览次数:4856
日期:2018-12 浏览次数:4324
日期:2018-10 浏览次数:5136
日期:2018-12 浏览次数:6210
日期:2018-11 浏览次数:4460
日期:2018-08 浏览次数:4590
日期:2018-11 浏览次数:12629
日期:2018-09 浏览次数:5578
日期:2018-12 浏览次数:4829
日期:2018-10 浏览次数:4185
日期:2018-11 浏览次数:4526
日期:2018-12 浏览次数:6061
日期:2018-06 浏览次数:4006
日期:2018-08 浏览次数:5434
日期:2018-10 浏览次数:4456
日期:2018-12 浏览次数:4522
日期:2018-07 浏览次数:4360
日期:2018-12 浏览次数:4499
日期:2018-06 浏览次数:4381
日期:2018-11 浏览次数:4373
日期:2018-12 浏览次数:4248
日期:2018-12 浏览次数:5279
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.