File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 88
99android :
1010 components :
11- # Uncomment the lines below if you want to
12- # use the latest revision of Android SDK Tools
11+ - tools
1312 - platform-tools
1413 - tools
1514
1615 # The BuildTools version used by your project
17- - build-tools-25 .0.2
16+ - build-tools-26 .0.0
1817
1918 # The SDK version used to compile your project
2019 - android-25
2120
2221 # Specify at least one system image
2322 # if you need to run emulator(s) during your tests
24- - sys-img-armeabi-v7a-google_apis-25
23+ - sys-img-armeabi-v7a-android-22
2524
2625 - extra-android-support
2726 - extra-android-m2repository
2827
2928# Emulator Management: Create, Start and Wait
3029before_script :
3130 - android list targets
32- - echo no | android create avd --force -n test -t android-25 --abi google_apis/ armeabi-v7a
31+ - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
3332 - emulator -avd test -no-audio -no-window &
3433 - android-wait-for-emulator
3534 - adb shell input keyevent 82 &
You can’t perform that action at this time.
0 commit comments