commit 46b5e19ec334d229c61f54ade17f26ddc0d32452 parent 8c9adf385cfbd188f927b15e929da532c1557698 Author: gstraube <gstraube@mailbox.org> Date: Tue, 8 Aug 2017 19:35:56 +0200 Use ARM system image Diffstat:
| M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -23,12 +23,12 @@ install: - echo yes | sdkmanager "extras;google;m2repository" - echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2" - echo yes | sdkmanager "extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2" - - echo yes | sdkmanager "system-images;android-25;google_apis;x86_64" + - echo yes | sdkmanager "system-images;android-25;google_apis;armeabi-v7a" licenses: - android-sdk-license-.+ - '.+' before_script: - - echo no | avdmanager create avd --force -n test --tag google_apis --abi google_apis/x86_64 -k 'system-images;android-25;google_apis;x86_64' --device 'Nexus 5X' + - echo no | avdmanager create avd --force -n test --tag google_apis --abi google_apis/armeabi-v7a -k 'system-images;android-25;google_apis;armeabi-v7a' --device 'Nexus 5X' - $ANDROID_HOME/tools/emulator -avd test -skin 1080x1920 -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 &