There was an error while loading. Please reload this page.
1 parent 292374f commit a7cac76Copy full SHA for a7cac76
.travis.yml
@@ -29,7 +29,7 @@ android:
29
# Emulator Management: Create, Start and Wait
30
before_script:
31
- android list targets
32
- - echo no | android create avd --force -n test -t android-25 --abi x86
+ - echo no | android create avd --force -n test -t android-25 --abi google_apis/x86
33
- emulator -avd test -no-skin -no-audio -no-window &
34
- android-wait-for-emulator
35
- adb shell input keyevent 82 &
0 commit comments