File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android:
31
31
32
32
# Specify at least one system image,
33
33
# if you need to run emulator(s) during your tests
34
- - sys-img-armeabi-v7a-android-19
34
+ - sys-img-armeabi-v7a-android-22
35
35
36
36
licenses :
37
37
- ' android-sdk-preview-license-.+'
@@ -46,7 +46,7 @@ before_script:
46
46
- cp -R app/src/main/assets/sql/ app/build/intermediates/assets/debug/sql
47
47
- mv app/src/debug/google-services.json app/google-services.json
48
48
- mv app/src/debug/res/values/keys.xml app/src/main/res/values/keys.xml
49
- - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
49
+ - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
50
50
- emulator -avd test -no-audio -no-window &
51
51
- android-wait-for-emulator
52
52
- adb shell input keyevent 82 &
You can’t perform that action at this time.
0 commit comments