Flutter: Flutter Doctor "Android SDK verfügt nicht über die richtigen Build-Tools." ist irreführend

Erstellt am 25. Okt. 2016  ·  3Kommentare  ·  Quelle: flutter/flutter

Die folgende Ausgabe ist irreführend, da die Build-Tools in meinem Android-SDK auf dem neuesten Stand waren - ich hatte nur den SDK-Plattformteil des SDK nicht installiert.

$ flutter doctor
[✓] Flutter (on Linux, channel master)
    • Flutter at <redacted>
    • Framework revision 2ac7d67e6a (85 minutes ago), 2016-10-25 10:40:54
    • Engine revision a8604ba9d2
    • Tools Dart version 1.21.0-dev.0.0

[-] Android toolchain - develop for Android devices
    • Android SDK at <redacted>
    x Android SDK does not have the proper build-tools.
    • Try re-installing or updating your Android SDK.

[✓] Atom - a lightweight development environment for Flutter
    • flutter plugin version 0.2.6
    • dartlang plugin version 0.6.42

Device <redacted> is not authorized.
You might need to check your device for an authorization dialog.
[✓] Connected devices
    • None

Hilfreichster Kommentar

Was genau fehlt, wenn Sie diese Meldung erhalten? Ich verstehe, ich bin auf Arch und habe sowohl android-tools als auch android-platform installiert.

Alle 3 Kommentare

Ich schlage vor, wir ändern es in Android SDK is missing command line tools; download from https://goo.gl/XxQghQ) .

CC @danrubel

Was genau fehlt, wenn Sie diese Meldung erhalten? Ich verstehe, ich bin auf Arch und habe sowohl android-tools als auch android-platform installiert.

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen