mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Use older android emulator in travis
This commit is contained in:
parent
fc95ba5073
commit
c8bbf07881
@ -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:
|
||||
- '.+'
|
||||
|
Loading…
x
Reference in New Issue
Block a user