#1175 remove no audio

This commit is contained in:
Sean Mac Gillicuddy 2019-05-24 15:56:20 +01:00
parent 0e0fbac15b
commit 9ecae8f3fc

View File

@ -44,7 +44,7 @@ licenses:
script:
# - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M
- emulator -avd test -no-audio -no-window &
- emulator -avd test -no-window &
- 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