Skip to content

Instantly share code, notes, and snippets.

View telostia's full-sized avatar

telostia telostia

  • telostia
  • Planet Earth
View GitHub Profile
# 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)