Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save emanueleDiVizio/c4e45cff79a0819b779067e457b25b82 to your computer and use it in GitHub Desktop.

Select an option

Save emanueleDiVizio/c4e45cff79a0819b779067e457b25b82 to your computer and use it in GitHub Desktop.
Setup Android development environment on a Mac

Steps you can follow to quickly setup a new Android environemnt.

Install Homebrew:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

brew install maven brew install gradle brew install ant brew install android-sdk brew install android-platform-tools brew install android-ndk

android update sdk --no-ui Setup HAXM export ANDROID_HOME=/usr/local/opt/android-sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment