Created
June 5, 2018 13:54
-
-
Save zhaopengme/9e0eb4a0acfa04ba38a454dc279dfa1e to your computer and use it in GitHub Desktop.
install android use brew on mac
This file contains hidden or 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
brew cask install homebrew/cask-versions/java8 | |
brew install ant | |
brew install maven | |
brew install gradle | |
brew cask install android-sdk | |
'export ANDROID_SDK_ROOT="/usr/local/share/android-sdk"' | |
brew cask install android-ndk | |
'export ANDROID_NDK_HOME="/usr/local/share/android-ndk"' | |
brew cask install intel-haxm | |
brew cask install android-studio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment