#1175 fix flag in emulator command

This commit is contained in:
Sean Mac Gillicuddy 2019-05-24 12:13:49 +01:00
parent e478c5bb9b
commit fe67180eda

View File

@ -39,7 +39,7 @@ licenses:
script:
# - ./gradlew assembleKiwixDebug jacocoTestKiwixDebugUnitTestReport
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader --no-boot-anim &
- emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader -no-boot-anim &
- android-wait-for-emulator
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
- adb shell input keyevent 82 & # unlock screen by pressing menu button