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
# If you have not done so, download, install, and open Android Studio | |
# Install needed tools | |
brew tap caskroom/versions | |
brew cask install java8 | |
brew install maven gradle | |
# Set env to Java 8 in case there are multiple versions | |
# Add this line to ~/.bash_profile to make it persistent | |
export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) |