Skip to content

Instantly share code, notes, and snippets.

@k2wanko
Created December 8, 2015 03:20
Show Gist options
  • Save k2wanko/17e65acfc6bd98c257c6 to your computer and use it in GitHub Desktop.
Save k2wanko/17e65acfc6bd98c257c6 to your computer and use it in GitHub Desktop.
Android SDK install components script
#!/bin/bash
argv=("$@")
components="$(IFS=,; echo "${argv[*]}")"
echo y | ${ANDROID_HOME}/tools/android update sdk --no-ui --all --filter $components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment