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:
19
19
- addon-google_apis-google-$ANDROID_API_LEVEL
20
20
- extra-google-google_play_services
21
21
- extra-google-m2repository
22
- - extra-google-google_play_services
23
- - extra-android-m2repository
24
22
- extra-android-support
25
- - sys-img-armeabi-v7a-google_apis-21
26
23
licenses :
27
24
- ' .+'
28
25
@@ -35,20 +32,5 @@ before_install:
35
32
- chmod +x gradlew
36
33
37
34
script :
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
53
35
54
36
- ./gradlew build
You can’t perform that action at this time.
0 commit comments