Where to install Android SDK on Mac OS X?

Carl Manaster picture Carl Manaster · Apr 20, 2010 · Viewed 193.4k times · Source

Where should the Android SDK be installed on Mac OS X?

Answer

sorin picture sorin · Oct 8, 2011

The easiest (and standard) way to install Android SDK under OS X is to use brew.

brew install android-sdk

If you do not have homebrew, here's how to get it.

This will install Android SDK into /usr/local/Cellar/android-sdk/ and, at this moment, this is the best location to install it.