Я установил последнюю версию Android SDK через Homebrew:
brew install android
brew info android
android-sdk: stable r21.1
http://developer.android.com/index.html
/usr/local/Cellar/android-sdk/r21.1 (9032 files, 619M) *
Built from source
https://github.com/mxcl/homebrew/commits/master/Library/Formula/android-sdk.rb
==> Caveats
Now run the `android' tool to install the actual SDK stuff.
The Android-SDK location for IDEs such as Eclipse, IntelliJ etc is:
/usr/local/Cellar/android-sdk/r21.1
You will have to install the platform-tools and docs EVERY time this formula
updates. If you want to try and fix this then see the comment in this formula.
You may need to add the following to your .bashrc:
export ANDROID_SDK_ROOT=/usr/local/opt/android-sdk
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
Я установил последнюю версию SDK из "android", но при создании нового приложения Project/Android в IntelliJ IDEA 12 у меня не было пути к SDK для Android (в/usr/local/Cellar/), я могу 't копировать/пройти путь в форме, IntelliJ открывает Finder, и невозможно достичь /usr/local/Cellar.
Я ищу чистый и элегантный способ добавления homebrew android sdk в IntelliJ IDEA