We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5525263 commit f1c5008Copy full SHA for f1c5008
.travis.yml
@@ -29,7 +29,7 @@ before_install:
29
- android list target
30
- echo "TRAVIS is $TRAVIS"
31
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
32
- - emulator -writable-system -avd test -no-audio -no-window &
+ - emulator -writable-system -avd test -no-audio -no-window -gpu host &
33
- android-wait-for-emulator
34
- adb shell input keyevent 82 &
35
- adb root
0 commit comments