Den Emulator richtig erstellen…

This commit is contained in:
Tim Schumacher 2015-01-25 12:08:52 +01:00
parent 6fa2bbacd6
commit 943a9011e1

View file

@ -2,4 +2,7 @@ language: android
jdk: oraclejdk7
before_script:
- /usr/local/bin/android-wait-for-emulator
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &