Use armeabi-v7a emulator

This commit is contained in:
Shinokuni 2020-03-21 15:59:41 +01:00
parent 7f545c92e0
commit a03ec6fd9b
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@ language: android
android:
components:
- android-29
- tools
- platform-tools
- build-tools-29.0.3
- sys-img-x86_64-android-29
- sys-img-armeabi-v7a-android-29
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
@ -17,7 +19,7 @@ before_install:
- yes | sdkmanager "build-tools;29.0.3"
before_script:
- echo no | android create avd --force -n test -t android-29 --abi x86_64 -c 100M
- echo no | android create avd --force -n test -t android-29 --abi armeabi-v7a -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &