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 c86f4f7 commit ecd27a8Copy full SHA for ecd27a8
.travis.yml
@@ -21,7 +21,7 @@ before_script:
21
- cp gradle.properties.ci.example gradle.properties
22
# Emulator Management: Create, Start and Wait
23
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
24
- - emulator -avd test -no-skin -no-audio -no-window &
+ - emulator -avd test -no-audio -no-window &
25
- android-wait-for-emulator
26
- adb shell input keyevent 82 &
27
0 commit comments