diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aaab2035..e6076dae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -173,6 +173,8 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' + - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-21;google_apis;x86\"" + displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -192,6 +194,8 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' + - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-22;google_apis;x86\"" + displayName: Install the Android emulators # - template: .ci/build.v1.yml@components # parameters: @@ -212,6 +216,8 @@ stages: # - bash: | # echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" # displayName: 'Setup JDK Paths' +# - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-23;google_apis;x86\"" +# displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -231,6 +237,8 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' + - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-24;google_apis;x86\"" + displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -250,6 +258,8 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' + - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-26;google_apis;x86\"" + displayName: Install the Android emulators - template: .ci/build.v1.yml@components parameters: @@ -269,6 +279,8 @@ stages: - bash: | echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" displayName: 'Setup JDK Paths' + - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-29;google_apis;x86\"" + displayName: Install the Android emulators # - template: .ci/build.v1.yml@components # parameters: @@ -288,3 +300,5 @@ stages: # - bash: | # echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)" # displayName: 'Setup JDK Paths' + # - bash: sh -c "echo \"y\" | $ANDROID_HOME/tools/bin/sdkmanager \"system-images;android-30;google_apis;x86\"" + # displayName: Install the Android emulators