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 7360053 commit d5cd4f0Copy full SHA for d5cd4f0
.travis.yml
@@ -4,10 +4,10 @@ android:
4
- tools
5
- platform-tools
6
- build-tools-24.0.3
7
- - android-24
8
- - doc-24
+ - android-23
+ - doc-23
9
- extra-android-m2repository
10
- - sys-img-armeabi-v7a-android-24
+ - sys-img-armeabi-v7a-android-23
11
jdk:
12
- oraclejdk8
13
before_cache:
@@ -19,7 +19,7 @@ cache:
19
before_script:
20
- echo $TRAVIS_BRANCH
21
- echo $TRAVIS_TAG
22
- - echo no | android create avd --force -n test -t android-24 --abi default/armeabi-v7a
+ - echo no | android create avd --force -n test -t android-23 --abi default/armeabi-v7a
23
- emulator -avd test -no-audio -no-window &
24
- android-wait-for-emulator
25
- adb shell input keyevent 82 &
0 commit comments