為您解碼網(wǎng)站建設(shè)的點(diǎn)點(diǎn)滴滴
發(fā)表日期:2018-11 文章編輯:小燈 瀏覽次數(shù):2739
安裝步驟見(jiàn)官網(wǎng),中文官網(wǎng)。 github地址
一. 如果你是download的release包,運(yùn)行flutter doctor
會(huì)報(bào)如下錯(cuò)誤:
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設(shè)備的工具時(shí)會(huì)報(bào)錯(cuò):
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
解決方案在英文版中已經(jīng)提供:
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
所以還是推薦大家去看英文原版教程,更新比較及時(shí)。
三、最新的Android Studio Preview版本不支持flutter,建議使用正式版。
日期:2018-10 瀏覽次數(shù):7551
日期:2018-12 瀏覽次數(shù):4636
日期:2018-07 瀏覽次數(shù):5150
日期:2018-12 瀏覽次數(shù):4425
日期:2018-09 瀏覽次數(shù):5791
日期:2018-12 瀏覽次數(shù):10210
日期:2018-11 瀏覽次數(shù):5119
日期:2018-07 瀏覽次數(shù):4866
日期:2018-05 瀏覽次數(shù):5125
日期:2018-12 瀏覽次數(shù):4596
日期:2018-10 瀏覽次數(shù):5402
日期:2018-12 瀏覽次數(shù):6470
日期:2018-11 瀏覽次數(shù):4724
日期:2018-08 瀏覽次數(shù):4879
日期:2018-11 瀏覽次數(shù):13028
日期:2018-09 瀏覽次數(shù):5891
日期:2018-12 瀏覽次數(shù):5106
日期:2018-10 瀏覽次數(shù):4452
日期:2018-11 瀏覽次數(shù):4810
日期:2018-12 瀏覽次數(shù):6329
日期:2018-06 瀏覽次數(shù):4273
日期:2018-08 瀏覽次數(shù):5718
日期:2018-10 瀏覽次數(shù):4709
日期:2018-12 瀏覽次數(shù):4828
日期:2018-07 瀏覽次數(shù):4639
日期:2018-12 瀏覽次數(shù):4812
日期:2018-06 瀏覽次數(shù):4643
日期:2018-11 瀏覽次數(shù):4628
日期:2018-12 瀏覽次數(shù):4564
日期:2018-12 瀏覽次數(shù):5541
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.