Use armeabi-v7a abi

This commit is contained in:
Shinokuni 2020-03-22 15:06:32 +01:00
parent 2f28fce8de
commit 9b8280b4a2
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ android:
- tools
- platform-tools
- build-tools-29.0.3
- sys-img-x86-google_apis-27
- sys-img-armeabi-v7a-google_apis-27
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
@ -21,7 +21,7 @@ before_install:
before_script:
- android list target
- echo no | android create avd --force -n test -t android-27 --abi google_apis/x86 -c 100M
- echo no | android create avd --force -n test -t android-27 --abi google_apis/armeabi-v7a -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &