From e73974536cba86ae54f2e4d558b34fc5ea2e1514 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Wed, 17 Jan 2018 08:04:26 -0500 Subject: [PATCH] Update how SDK 27 is acceptd on Travis-CI There are issues with using the "andorid" tool to accept some licenses on Travis-CI. The theory from Travis-CI is that the android binary is out of date. An alternative is using sdkmanager. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad85789a8..ebb79ee47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ install: - echo y | android update sdk -u -a -t tools - echo y | android update sdk -u -a -t platform-tools - echo y | android update sdk -u -a -t build-tools-26.0.2 -- echo y | android update sdk -u -a -t android-27 +- yes | sdkmanager "platforms;android-27" - echo y | android update sdk -u -a -t extra-google-m2repository - echo y | android update sdk -u -a -t extra-android-m2repository