-
-
Save PraneethKarnena/7556bfc639966d4e44a7557e70dba9be to your computer and use it in GitHub Desktop.
Easily setup an Android development environment on a Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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