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
- if [ ! -d "/usr/local/android-sdk-linux/platforms/$ANDROID_SDK" ]; then echo y | android update sdk --no-ui --all --filter "$ANDROID_SDK"; fi
# Android SDK Build-tools
- if [ ! -d "/usr/local/android-sdk-linux/build-tools/$BUILD_TOOLS" ]; then echo y | android update sdk --no-ui --all --filter "build-tools-$BUILD_TOOLS"; fi