Add travis emulator

This commit is contained in:
mhutti1 2017-03-08 21:28:30 +00:00
parent 4b4a579ba0
commit fc95ba5073

View File

@ -2,6 +2,12 @@ language: android
jdk: oraclejdk8
before_script:
- echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
install:
- echo y | android update sdk -u -a -t tools
- echo y | android update sdk -u -a -t platform-tools