We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e67f862 + 2c3700b commit 0755a57Copy full SHA for 0755a57
.travis.yml
@@ -27,11 +27,16 @@ android:
27
- sys-img-armeabi-v7a-android-21
28
# - sys-img-x86-android-21
29
30
+ licenses:
31
+ - android-sdk-license-.+
32
+ - android-sdk-license-c81a61d9
33
+
34
notifications:
35
email: false
36
37
# Emulator Management: Create, Start and Wait
38
before_script:
39
+ - echo "y" | android update sdk --no-ui
40
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
41
- emulator -avd test -no-skin -no-audio -no-window &
42
- android-wait-for-emulator
0 commit comments