File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,7 @@ android:
1919 - addon-google_apis-google-$ANDROID_API_LEVEL
2020 - extra-google-google_play_services
2121 - extra-google-m2repository
22- - extra-google-google_play_services
23- - extra-android-m2repository
2422 - extra-android-support
25- - sys-img-armeabi-v7a-google_apis-21
2623 licenses :
2724 - ' .+'
2825
@@ -35,20 +32,5 @@ before_install:
3532 - chmod +x gradlew
3633
3734script :
38- - android list targets
39-
40- - echo no | android create avd --force -n testemulator -t "android-21" --abi armeabi-v7a
41- - echo 'vm.heapSize=512' >> ~/.android/avd/testemulator.ini
42- - echo 'hw.ramSize=1024' >> ~/.android/avd/testemulator.ini
43- - cat ~/.android/avd/testemulator.ini
44-
45- - emulator -avd testemulator -no-skin -no-audio -no-window &
46- - android-wait-for-emulator
47-
48- - adb shell input keyevent 82 &
49- - adb shell svc power stayon true
50- - adb shell settings put global window_animation_scale 0
51- - adb shell settings put global transition_animation_scale 0
52- - adb shell settings put global animator_duration_scale 0
5335
5436 - ./gradlew build
You can’t perform that action at this time.
0 commit comments