Issue
How do you download the Android support library via the command line?
For example:
echo y | android update sdk --no-ui --filter "android-19"
Solution
echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
Answered By - Nic Dahlquist
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.