zoukankan      html  css  js  c++  java
  • Flutter Doctor -- "Android Studio (not installed)"

    运行 flutter doctor 的时候出现 Android Studio (not installed)

    Doctor summary (to see all details, run flutter doctor -v):
    [✓] Flutter (Channel beta, v1.1.8, on Mac OS X 10.13.6 17G4015, locale en-US)
    [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    [✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
    [!] Android Studio (not installed)
    [✓] IntelliJ IDEA Ultimate Edition (version 2018.3.3)
    [✓] Connected device (1 available)
    
    ! Doctor found issues in 1 category.
    

    window 系统上的解决方案(前提已经安装了 android studio):

    flutter config --android-studio-dir <path to android studio. Default: "c:program filesandroidandroid studio">

    详见 https://github.com/flutter/flutter/issues/27283

  • 相关阅读:
    第四次作业
    第三次
    第十次作业
    第九次作业
    第八次作业
    10.29第七次
    15
    14
    13 this
    12 电视机
  • 原文地址:https://www.cnblogs.com/taohuaya/p/15168801.html
Copyright © 2011-2022 走看看