Use emulator wait script from Travis docs
This commit is contained in:
parent
1388d09012
commit
6bc67bd7c1
|
|
@ -16,7 +16,9 @@ install:
|
|||
- ./gradlew :lib:build
|
||||
|
||||
before_script:
|
||||
- adb wait-for-device
|
||||
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue