Created
December 9, 2014 22:25
-
-
Save amorphid/e36f9d4e067462ed98d9 to your computer and use it in GitHub Desktop.
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
| # Android | |
| export ANDROID_HOME="/Users/mikepope/Applications/android-sdk-macosx" | |
| export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools | |
| export JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment