Skip to content

Commit

Permalink
Adding Android 11 (android-30) into SDK installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggfan committed Jun 10, 2020
1 parent f33a870 commit a574deb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/linux/scripts/installers/1604/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ chmod -R a+X ${ANDROID_SDK_ROOT}
echo "y" | ${ANDROID_SDK_ROOT}/tools/bin/sdkmanager \
"ndk-bundle" \
"platform-tools" \
"platforms;android-30" \
"platforms;android-29" \
"platforms;android-28" \
"platforms;android-27" \
Expand All @@ -57,6 +58,7 @@ echo "y" | ${ANDROID_SDK_ROOT}/tools/bin/sdkmanager \
"platforms;android-17" \
"platforms;android-15" \
"platforms;android-10" \
"build-tools;30.0.0" \
"build-tools;29.0.3" \
"build-tools;29.0.2" \
"build-tools;29.0.0" \
Expand Down
2 changes: 2 additions & 0 deletions images/linux/scripts/installers/1804/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fi
echo "y" | ${ANDROID_SDK_ROOT}/tools/bin/sdkmanager \
"ndk-bundle" \
"platform-tools" \
"platforms;android-30" \
"platforms;android-29" \
"platforms;android-28" \
"platforms;android-27" \
Expand All @@ -55,6 +56,7 @@ echo "y" | ${ANDROID_SDK_ROOT}/tools/bin/sdkmanager \
"platforms;android-21" \
"platforms;android-19" \
"platforms;android-17" \
"build-tools;30.0.0" \
"build-tools;29.0.3" \
"build-tools;29.0.2" \
"build-tools;29.0.0" \
Expand Down
2 changes: 2 additions & 0 deletions images/linux/scripts/installers/2004/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ fi
echo "y" | ${ANDROID_SDK_ROOT}/tools/bin/sdkmanager \
"ndk-bundle" \
"platform-tools" \
"platforms;android-30" \
"platforms;android-29" \
"platforms;android-28" \
"platforms;android-27" \
"build-tools;30.0.0" \
"build-tools;29.0.3" \
"build-tools;29.0.2" \
"build-tools;29.0.0" \
Expand Down
2 changes: 2 additions & 0 deletions images/win/scripts/Installers/Update-AndroidSDK.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Push-Location -Path $sdk.FullName

& '.\tools\bin\sdkmanager.bat' --sdk_root=$sdk_root `
"platform-tools" `
"platforms;android-30" `
"platforms;android-29" `
"platforms;android-28" `
"platforms;android-27" `
Expand All @@ -50,6 +51,7 @@ Push-Location -Path $sdk.FullName
"platforms;android-22" `
"platforms;android-21" `
"platforms;android-19" `
"build-tools;30.0.0" `
"build-tools;29.0.3" `
"build-tools;29.0.2" `
"build-tools;29.0.1" `
Expand Down

0 comments on commit a574deb

Please sign in to comment.