Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ android: before_script: # Create and start emulator - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - echo no | android create avd --force -n test -t android-30 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ android: before_script: # Create and start emulator - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - echo no | android create avd --force -n test -t android-30 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & Loading