Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created November 20, 2013 18:40
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save kristopherjohnson/7568583 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/7568583 to your computer and use it in GitHub Desktop.
Bash script to set up ANDROID_SDK_ROOT and PATH for Android tools on Mac OS X with ADT bundle installed
# Setup for use of Android SDK tools from command line
# Set ANDROID_SDK_ROOT to point to the root of the SDK installation
export ANDROID_SDK_ROOT='/Applications/adt-bundle-mac-x86_64-20130729/sdk'
export PATH=$PATH:$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools:$ANDROID_SDK_ROOT/tools/lib/x86_64
@h3nr1ke
Copy link

h3nr1ke commented May 28, 2018

Thanks, it helped me... ^^V

@wxingheng
Copy link

image

@wxingheng
Copy link

image

@wxingheng
Copy link

I tried to do this, but still didn't get the right result. Give me a hand

@foxt
Copy link

foxt commented Dec 7, 2018

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment