You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
- if [ ! -d "/usr/local/android-sdk-linux/platforms/android-25" ]; then echo y | android update sdk --no-ui --all --filter "android-25"; fi
# Android SDK Build-tools, revision 25.0.2
- if [ ! -d "/usr/local/android-sdk-linux/build-tools/25.0.2" ]; then echo y | android update sdk --no-ui --all --filter "build-tools-25.0.2"; fi
# Android SDK Build-tools, revision 23.0.1
- if [ ! -d "/usr/local/android-sdk-linux/build-tools/23.0.1" ]; then echo y | android update sdk --no-ui --all --filter "build-tools-23.0.1"; fi
# Android Support Repository, revision 47.0.0 / Local Maven repository for Support Libraries
- if [ ! -d "/usr/local/android-sdk-linux/extras/android/m2repository/com/android/support/test/espresso/espresso-intents/2.2.2" ]; then echo y | android update sdk --no-ui --filter "extra-android-m2repository-47.0.0"; fi