

#Android emulators for mac 2017 install#
Install Eclipse, IntelliJ, Android Studio, or your other favorite IDE. Note: It looks like there might be an issue with brew update and the android-sdk formula.Periodically run these commands again to ensure you're staying up to date: brew update Update your paths (bonus points to a better solution to the hardcoded build tools version): export PATH=$ANT_HOME/bin:$PATHĮxport PATH=$ANDROID_HOME/platform-tools:$PATHĮxport PATH=$ANDROID_HOME/build-tools/19.1.0:$PATH Update your environment variables: export ANT_HOME=/usr/local/opt/antĮxport ANDROID_HOME=/usr/local/opt/android-sdkĮxport ANDROID_NDK_HOME=/usr/local/opt/android-ndk Check out the "Configuring VM Acceleration on Mac" section here: Install all of the Android SDK components (you will be prompted to agree to license info and then this will take a while to run): android update sdk -no-ui Use Homebrew to install Android dev tools: brew install ant Make sure the doctor is happy (do what it tells you): brew doctor

Install Homebrew: ruby -e "$(curl -fsSL )"
