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 434d8db commit f99f098Copy full SHA for f99f098
.travis.yml
@@ -12,3 +12,8 @@ android:
12
13
- sys-img-armeabi-v7a-android-16
14
- sys-img-x86-android-16
15
+before_install:
16
+ - echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
17
+ - emulator -avd test -no-skin -no-audio -no-window &
18
+ - android-wait-for-emulator
19
+ - adb shell input keyevent 82 &
0 commit comments