Den Emulator richtig erstellen…
This commit is contained in:
parent
6fa2bbacd6
commit
943a9011e1
1 changed files with 4 additions and 1 deletions
|
@ -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 &
|
Reference in a new issue