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.
1 parent d6e7431 commit c11db21Copy full SHA for c11db21
.travis.yml
@@ -24,7 +24,10 @@ android:
24
- extra-android-m2repository
25
- ${ANDROID_TARGET}
26
- android-25
27
+ - android-26
28
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
29
+ licenses:
30
+ - 'android-sdk-license-.+'
31
32
before_script:
33
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
0 commit comments