From c8bbf078815b0eb38b20d82a7f5be2c973887365 Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Wed, 8 Mar 2017 21:37:06 +0000 Subject: [PATCH] Use older android emulator in travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 59c2a94f4..ffc6f9f5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: android jdk: oraclejdk8 before_script: - - echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a + - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a - emulator -avd test -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & @@ -13,6 +13,7 @@ install: - echo y | android update sdk -u -a -t platform-tools - echo y | android update sdk -u -a -t build-tools-24.0.1 - echo y | android update sdk -u -a -t android-24 + - echo y | android update sdk -u -a -t android-22 - echo y | android update sdk -u -a -t extra-google-m2repository - echo y | android update sdk -u -a -t extra-android-m2repository @@ -28,5 +29,7 @@ android: # The SDK version used to compile your project - android-24 + - android-22 + - sys-img-armeabi-v7a-android-22 licenses: - '.+'