Homebrew から最新の Android SDK をインストールしました。
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
「Android」ツールから最新の SDK をインストールしましたが、IntelliJ IDEA 12 で新しいプロジェクト/Android アプリケーションを作成するときに、Android SDK へのパス (/usr/local/Cellar/ 内) がなく、コピーできません。 /past 形式のパスを使用すると、IntelliJ が Finder を開いているため、/usr/local/Cellar に到達できません。
IntelliJ IDEA に自作の Android SDK を追加するためのクリーンでエレガントな方法を探しています