Skip to content

Instantly share code, notes, and snippets.

@qadatta
Last active January 30, 2017 03:48
Show Gist options
  • Save qadatta/43867bb38aefc4163a1e70ceac08cca1 to your computer and use it in GitHub Desktop.
Save qadatta/43867bb38aefc4163a1e70ceac08cca1 to your computer and use it in GitHub Desktop.
Download android SDK for windwows/linux
######### Windows ###################
Add the full path to the Android SDK tools and Android SDK platform-tools folders in the edit box,
separated by a semi-colon. It should look something like this:
ANDROID_HOME=C:\Android
%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
######### Linux ###################
# 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='/home/dmore/Dev_tools/home/dmore/Dev_toolsk'
export PATH=$PATH:$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools:$ANDROID_SDK_ROOT/tools/lib/x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment