Use google_apis/x86 abi

This commit is contained in:
Shinokuni 2020-03-22 14:54:23 +01:00
parent a9df1be03a
commit 2f28fce8de
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ before_install:
before_script:
- android list target
- echo no | android create avd --force -n test -t android-27 --abi x86 -c 100M
- echo no | android create avd --force -n test -t android-27 --abi google_apis/x86 -c 100M
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &