Use older android emulator in travis

This commit is contained in:
mhutti1 2017-03-08 21:37:06 +00:00
parent fc95ba5073
commit c8bbf07881

View File

@ -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:
- '.+'