Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PraneethKarnena/7556bfc639966d4e44a7557e70dba9be to your computer and use it in GitHub Desktop.
Save PraneethKarnena/7556bfc639966d4e44a7557e70dba9be to your computer and use it in GitHub Desktop.
Easily setup an Android development environment on a Mac
Steps you can follow to quickly setup a new Android environemnt.
1. Install Homebrew: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
1. brew install maven
1. brew install gradle
1. brew install ant
1. brew install android-sdk
1. brew install android-platform-tools
1. brew install android-ndk
1. android update sdk --no-ui
1. Setup HAXM
1. 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