Downloading the Android support library from command line

styler1972 picture styler1972 · May 2, 2014 · Viewed 8.1k times · Source

How do you download the Android support library via the command line?

For example:

echo y | android update sdk --no-ui --filter "android-19"

Answer

Nic Dahlquist picture Nic Dahlquist · Jul 1, 2014
echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"