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 36b063d commit 3ff368aCopy full SHA for 3ff368a
.travis.yml
@@ -7,7 +7,7 @@ android:
7
- extra-google-m2repository
8
- extra-android-m2repository
9
- addon-google_apis-google-19
10
- - sys-img-armeabi-v7a-android-22
+ - sys-img-armeabi-v7a-android-21
11
12
13
env:
@@ -17,7 +17,7 @@ env:
17
18
# Emulator Management: Create, Start and Wait
19
before_script:
20
- - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
+ - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
21
- emulator -avd test -no-skin -no-audio -no-window &
22
- android-wait-for-emulator
23
- adb shell input keyevent 82 &
0 commit comments