Fix version to 27 for emulator
This commit is contained in:
parent
59b70bf56b
commit
661d80cbae
|
@ -16,7 +16,7 @@ before_script:
|
||||||
- touch empty.file
|
- touch empty.file
|
||||||
- gradle wrapper --gradle-version 4.1 -b empty.file
|
- gradle wrapper --gradle-version 4.1 -b empty.file
|
||||||
- rm empty.file
|
- rm empty.file
|
||||||
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
|
- echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a
|
||||||
- emulator -avd test -no-audio -no-window &
|
- emulator -avd test -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
- adb shell input keyevent 82 &
|
- adb shell input keyevent 82 &
|
||||||
|
|
Loading…
Reference in New Issue