File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,14 @@ android:
1010 # The SDK version used to compile your project
1111 - android-16
1212
13- - sys-img-armeabi-v7a-android-16
1413 - sys-img-x86-android-16
1514before_install :
16- - echo no | android create avd -c 50M --force -n testarm -t android-16 --abi armeabi-v7a
1715 - echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
18- - emulator -avd testarm -no-skin -no-audio -no-window -gpu on &
1916 - emulator -avd testx86 -no-skin -no-audio -no-window -gpu on &
2017
2118before_script :
2219 # Make sure the emulator has started before running tests
23- - android- wait-for-emulator
20+ - adb wait-for-device
2421
2522script :
26- - ./gradlew --info build connectedAndroidTest
23+ - ./gradlew build connectedAndroidTest
You can’t perform that action at this time.
0 commit comments