Skip to content

Commit 76eedb2

Browse files
committed
Android SDK not accepting build-tools-19.0.0 filter
1 parent 9c836c6 commit 76eedb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ before_install:
2929
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
3030
# manually set sdk.dir variable, according to local paths
3131
- echo "sdk.dir=$ANDROID_HOME" > local.properties
32+
# list packages for debug purpose
33+
- android list sdk -a -e -u
3234
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.0.0 --force --no-ui
3335
# Sonatype bypass
3436
- echo "nexusUsername=dummy" >> library/gradle.properties

0 commit comments

Comments
 (0)