Created
July 20, 2016 17:02
-
-
Save policante/1963f2af309d3cf98f28039c197bb726 to your computer and use it in GitHub Desktop.
Android command line tools OSX
This file contains 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 ANDROID_SDK_VERSION=24.0.0 | |
export ANDROID_HOME=~/Library/Android/sdk/ | |
export ANDROID_TOOLS=$ANDROID_HOME/tools | |
export ANDROID_BUILD_TOOLS=$ANDROID_HOME/build-tools/$ANDROID_SDK_VERSION | |
export ANDROID_PLATFORM_TOOLS=$ANDROID_HOME/platform-tools | |
PATH=$PATH:$ANDROID_HOME:$ANDROID_TOOLS:$ANDROID_PLATFORM_TOOLS:$ANDROID_BUILD_TOOLS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment