From 943a9011e168a254bed40649094f4077863b69c4 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 25 Jan 2015 12:08:52 +0100 Subject: [PATCH] =?UTF-8?q?Den=20Emulator=20richtig=20erstellen=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d12b362..2be8b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 & \ No newline at end of file