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 901c80b commit c1601c2Copy full SHA for c1601c2
.travis.yml
@@ -12,10 +12,13 @@ android:
12
- build-tools-27.0.3
13
- android-27
14
- extra-android-m2repository
15
- - sys-img-armeabi-v7a-android-26
16
17
licenses:
18
- android-sdk-license-.+
19
20
- script:
21
- ./gradlew clean build
+ # Emulator Management: Create, Start and Wait
+ before_script:
+ - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
22
+ - emulator -avd test -no-audio -no-window &
23
+ - android-wait-for-emulator
24
+ - adb shell input keyevent 82 &
0 commit comments