creativecreatorormaybenot

add android-24

@@ -16,9 +16,9 @@ matrix: @@ -16,9 +16,9 @@ matrix:
16 - platform-tools 16 - platform-tools
17 17
18 - build-tools-28.0.3 18 - build-tools-28.0.3
  19 + - android-28
19 - android-24 20 - android-24
20 21
21 - - extra-google-google_play_services  
22 - extra-google-m2repository 22 - extra-google-m2repository
23 - extra-android-m2repository 23 - extra-android-m2repository
24 24
@@ -31,7 +31,9 @@ matrix: @@ -31,7 +31,9 @@ matrix:
31 - export PATH="$PATH":"$HOME/.pub-cache/bin" 31 - export PATH="$PATH":"$HOME/.pub-cache/bin"
32 - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH 32 - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
33 33
34 - - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a -c 100M 34 + #- echo y | android update sdk -a --no-ui --filter android-24
  35 + #- echo y | android update sdk -a --no-ui --filter sys-img-armeabi-v7a-android-24
  36 + - echo no | android create avd --force -n test -t android-$EMULATOR_API --abi armeabi-v7a
35 - emulator -avd test -no-audio -no-window & 37 - emulator -avd test -no-audio -no-window &
36 - android-wait-for-emulator 38 - android-wait-for-emulator
37 - adb shell input keyevent 82 & 39 - adb shell input keyevent 82 &