Skip to content

Instantly share code, notes, and snippets.

@dominicthomas
Created December 15, 2014 11:48
Show Gist options
  • Save dominicthomas/1940e4b5c9350c50eb61 to your computer and use it in GitHub Desktop.
Save dominicthomas/1940e4b5c9350c50eb61 to your computer and use it in GitHub Desktop.
Standard path stuff when setting up new android dev environment.
export JAVA_HOME='/usr/libexec/java_home -v 1.8'
export ANDROID_HOME='/Users/dominic.thomas/Library/Android/sdk'
export GRADLE_HOME='/Users/dominic.thomas/Build/gradle-2.2.1'
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$GRADLE_HOME/bin:$JAVA_HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment