Skip to content

Instantly share code, notes, and snippets.

@policante
Created July 20, 2016 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save policante/1963f2af309d3cf98f28039c197bb726 to your computer and use it in GitHub Desktop.
Save policante/1963f2af309d3cf98f28039c197bb726 to your computer and use it in GitHub Desktop.
Android command line tools OSX
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