Fehlende Plattform-Tools bei der Installation von Android Studio unter Mac OSx

Ich versuche, Android Studio unter Mac OS X zu installieren, um etwas über die Android-Entwicklung zu lernen. Die Anweisungen lauteten einfach:

1. Launch the .dmg file you downloaded.
2. Drag and drop Android Studio into the Applications folder.
3. Open Android Studio and follow the setup wizard to install any necessary SDK tools.

Ich rufe den Setup-Assistenten auf, wähle alles aus, gib ihm 6 Gigs RAM, wenn ich gefragt werde, und lade dann die Komponenten herunter und installiere sie. Irgendwann erscheint jedoch ein Popup:

The following SDK component was not installed: platform-tools

Die Ausgabe zeigt:

Ignoring unknown package filter 'platform-tools'
Installing Archives:
  Preparing to install archives
  Installing Google APIs, Android API 23, revision 1
    Installed Google APIs, Android API 23, revision 1
  Installing Google APIs Intel x86 Atom System Image, Google Inc. API 23, revision 12
    Installed Google APIs Intel x86 Atom System Image, Google Inc. API 23, revision 12
    Updated ADB to support the USB devices declared in the SDK add-ons.
  Stopping ADB server failed (code -1).
  Unable to run 'adb': Cannot run program "/Users/me/Library/Android/sdk/platform-tools/adb": error=2, No such file or directory.
  Starting ADB server failed (code -1).
  Done. 2 packages installed.
Ignoring unknown package filter 'platform-tools'

Wenn ich auf "Fertig stellen" klicke, wird Android Studio geöffnet. Aber unterPräferenzen -> Aussehen und Verhalten -> Systemeinstellungen -> Android SDK, Ich sehe einen Fehler:

Please specify a Android SDK Location

Es gibtStandalone SDK Tools, aber ich hatte den Eindruck, dass Android Studio mit allen Paketen geliefert wird, die für die Entwicklung in Android benötigt werden:

Note: If you have not yet downloaded the SDK tools, download them now. For a complete IDE and Android SDK package, we recommend downloading Android Studio.

So bin ich ein bisschen auf die Dinge verloren, die ich installieren sollte. Wie kann ich mein Android Studio auf meinem Mac zum 'Arbeiten' bringen?

Antworten auf die Frage(12)

Ihre Antwort auf die Frage