在Mac OS上安装Flutter

时间:2019-02-11 17:40:51

标签: android flutter flutter-dependencies

在运行扑打医生时,我缺少以下依赖项:

Android toolchain - develop for Android devices (Android SDK 28.0.3)
     Could not determine java version
Android Studio (not installed)

但是我已经在Android Studio上安装了这两种软件并正在开发应用程序。那么为什么flutter找不到这两个?

它也抱怨jre版本。但是Android Studio内部使用已安装的jre。

flutter doctor -v给出以下输出:

[✓] Flutter (Channel stable, v1.0.0, on Mac OS X 10.13.6 17G65, locale en-IN)
    • Flutter version 1.0.0 at /Users/<myusername>/Downloads/development/flutter
    • Framework revision 5391447fae (3 months ago), 2018-11-29 19:41:26 -0800
    • Engine revision 7375a0f414
    • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)

[!] Android toolchain - develop for Android devices (Android SDK 28.0.3)
    • Android SDK at /Users/<myusername>/Library/Android/sdk
    • Android NDK at /Users/<myusername>/Library/Android/sdk/ndk-bundle
    • Platform android-28, build-tools 28.0.3
    • Java binary at: /usr/bin/java
    ✗ Could not determine java version

[!] iOS toolchain - develop for iOS devices
    ✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
      Download at: https://developer.apple.com/xcode/download/
      Or install Xcode via the App Store.
      Once installed, run:
        sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
    • ios-deploy 1.9.4
    • CocoaPods version 1.6.0

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.io/setup/#android-setup for detailed instructions).

[!] Connected device
    ! No devices available

1 个答案:

答案 0 :(得分:0)

Xcode解决方案:

安装Xcode(从https://developer.apple.com/xcode/获取)

确保Xcode应用程序位于/ Applications目录中(不是/ Users / {user} / Applications)。

使用以下命令将xcode-select指向Xcode app Developer目录: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

注意:确保您的Xcode应用程序路径正确。

Xcode:/Applications/Xcode.app/Contents/Developer Xcode-beta:/Applications/Xcode-beta.app/Contents/Developer