Skip to content

Instantly share code, notes, and snippets.

@madhikarma
Created January 2, 2018 07:46
Show Gist options
  • Save madhikarma/b3124569311a0c0fc041b7632db7b04c to your computer and use it in GitHub Desktop.
Save madhikarma/b3124569311a0c0fc041b7632db7b04c to your computer and use it in GitHub Desktop.
Android setup notes
export ANDROID_HOME=/YOUR_PATH_TO/android-sdk
export PATH=$ANDROID_HOME/platform-tools:$PATH
export PATH=$ANDROID_HOME/tools:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment