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:
3131
3232 # Specify at least one system image,
3333 # if you need to run emulator(s) during your tests
34- - sys-img-armeabi-v7a-android-19
34+ - sys-img-armeabi-v7a-android-22
3535
3636 licenses :
3737 - ' android-sdk-preview-license-.+'
@@ -46,7 +46,7 @@ before_script:
4646 - cp -R app/src/main/assets/sql/ app/build/intermediates/assets/debug/sql
4747 - mv app/src/debug/google-services.json app/google-services.json
4848 - 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
5050 - emulator -avd test -no-audio -no-window &
5151 - android-wait-for-emulator
5252 - adb shell input keyevent 82 &
You can’t perform that action at this time.
0 commit comments