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 4210fa1 commit bde864dCopy full SHA for bde864d
.travis.yml
@@ -6,8 +6,8 @@ global_env: _JAVA_OPTIONS=-Xmx4g
6
android:
7
components:
8
- build-tools-27.0.3
9
- - android-23
10
- - sys-img-armeabi-v7a-android-23
+ - android-22
+ - 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