Last active
August 29, 2015 14:05
-
-
Save mikesorae/d0f9278df457e9f5019e to your computer and use it in GitHub Desktop.
install android sdk from cui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see
android list sdk -u -a --extended
to confirm target names