From a03ec6fd9b4d7c54f8f3fe2139ff6a3a344ce903 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Sat, 21 Mar 2020 15:59:41 +0100 Subject: [PATCH] Use armeabi-v7a emulator --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37a0a394..355b43d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 &