Skip to content

Instantly share code, notes, and snippets.

View policante's full-sized avatar
🏠
Working from home

Rodrigo Martins policante

🏠
Working from home
View GitHub Profile
@policante
policante / android.sh
Created July 20, 2016 17:02
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