Skip to content

Instantly share code, notes, and snippets.

@mikesorae
Last active August 29, 2015 14:05
Show Gist options
  • Save mikesorae/d0f9278df457e9f5019e to your computer and use it in GitHub Desktop.
Save mikesorae/d0f9278df457e9f5019e to your computer and use it in GitHub Desktop.
install android sdk from cui
# install "Android SDK Build-tools, revision 19.1"
# filtered by target
echo y | android update sdk -u -a -t ${target_name}
# target_name can take following values
#
# tools
# platform-tools
# build-tools-20.0.0
# build-tools-19.1.0
# android-20
# android-19
# android-18
# android-17
# extra-android-support
# ...
@mikesorae
Copy link
Author

see android list sdk -u -a --extended to confirm target names

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