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 affa362 commit b4687e9Copy full SHA for b4687e9
.travis.yml
@@ -7,7 +7,7 @@ android:
7
components:
8
- build-tools-27.0.3
9
- android-23
10
- - sys-img-armeabi-v7a-android-23
+ - sys-img-armeabi-v7a-android-22
11
- android-27
12
- extra-android-m2repository
13
- extra-android-support
@@ -25,4 +25,4 @@ before_script:
25
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
26
- emulator -avd test -no-audio -no-window &
27
- android-wait-for-emulator
28
- - adb shell input keyevent 82 &
+ - adb shell input keyevent 82 &
0 commit comments