File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,13 @@ android:
6
6
components :
7
7
- platform-tools
8
8
- tools
9
- - build-tools-23.0.3
10
- - android-22
9
+ - build-tools-25.0.1
11
10
- android-23
12
- - sys-img-armeabi-v7a-android-22
11
+ - sys-img-armeabi-v7a-android-23
13
12
- extra-android-m2repository
13
+ licenses :
14
+ - ' android-sdk-preview-license-52d11cd2'
15
+ - ' android-sdk-license-.+'
16
+ - ' google-gdk-license-.+'
14
17
15
- before_script :
16
- # Create and start emulator
17
- - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
18
- - emulator -avd test -no-skin -no-audio -no-window &
19
- - android-wait-for-emulator
20
- - adb shell input keyevent 82 &
21
-
22
- script : ./gradlew connectedAndroidTest --stacktrace
18
+ script : ./gradlew clean assemble --stacktrace
You can’t perform that action at this time.
0 commit comments