mirror of https://github.com/readrops/Readrops.git
Use api 25 armeabi-v7a emulator
This commit is contained in:
parent
9b8280b4a2
commit
cb5b07039b
|
@ -1,12 +1,12 @@
|
||||||
language: android
|
language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- android-27
|
- android-25
|
||||||
- android-29
|
- android-29
|
||||||
- tools
|
- tools
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- build-tools-29.0.3
|
- build-tools-29.0.3
|
||||||
- sys-img-armeabi-v7a-google_apis-27
|
- sys-img-armeabi-v7a-google_apis-25
|
||||||
licenses:
|
licenses:
|
||||||
- 'android-sdk-preview-license-52d11cd2'
|
- 'android-sdk-preview-license-52d11cd2'
|
||||||
- 'android-sdk-license-.+'
|
- 'android-sdk-license-.+'
|
||||||
|
@ -21,7 +21,7 @@ before_install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- android list target
|
- android list target
|
||||||
- echo no | android create avd --force -n test -t android-27 --abi google_apis/armeabi-v7a -c 100M
|
- echo no | android create avd --force -n test -t android-25 --abi google_apis/armeabi-v7a -c 100M
|
||||||
- emulator -avd test -no-audio -no-window &
|
- emulator -avd test -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
- adb shell input keyevent 82 &
|
- adb shell input keyevent 82 &
|
||||||
|
|
Loading…
Reference in New Issue