android update sdk --no-ui --all --filter build-tools-21.1.0
android update sdk --filter tools,platform-tools,build-tools-21.1.0
android update sdk -u --all --filter <number>android update sdk --no-ui
android list sdk --allsdkmanager --install 'build-tools;29.0.2' 'platform-tools' 'platforms;android-29' 'tools'#!/usr/bin/env bash
#
# Install JUST the required dependencies for the project.
# May be used for ci or other team members.
#
for I in android-25 \
build-tools-25.0.2 \
tool \
extra-android-m2repository \
extra-android-support \
extra-google-google_play_services \
extra-google-m2repository;
do echo y | android update sdk --no-ui --all --filter $I ; done
Nenhum comentário:
Postar um comentário