Fix version to 27 for emulator

This commit is contained in:
Schoumi 2018-03-13 17:06:00 +01:00
parent 59b70bf56b
commit 661d80cbae
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_script:
- touch empty.file
- gradle wrapper --gradle-version 4.1 -b 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 &
- android-wait-for-emulator
- adb shell input keyevent 82 &