Add android 27 component

This commit is contained in:
Shinokuni 2020-03-22 14:47:06 +01:00
parent 5b3e8bb78e
commit a9df1be03a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: android language: android
android: android:
components: components:
- android-27
- android-29 - android-29
- tools - tools
- platform-tools - platform-tools
@ -19,6 +20,7 @@ before_install:
- yes | sdkmanager "build-tools;29.0.3" - yes | sdkmanager "build-tools;29.0.3"
before_script: before_script:
- android list target
- echo no | android create avd --force -n test -t android-27 --abi x86 -c 100M - echo no | android create avd --force -n test -t android-27 --abi x86 -c 100M
- emulator -avd test -no-audio -no-window & - emulator -avd test -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator