Created
December 15, 2014 11:48
-
-
Save dominicthomas/1940e4b5c9350c50eb61 to your computer and use it in GitHub Desktop.
Standard path stuff when setting up new android dev environment.
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
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