From 3f68b4f76b2affe0ca6a0adc5cb0f099ea3425ab Mon Sep 17 00:00:00 2001 From: Robert Spencer Date: Mon, 20 Feb 2017 02:15:36 -0800 Subject: [PATCH] Travis install android sdk and api for build Summary: Travis android build is failing with BUILD FAILED: Google APIs not found in /usr/local/opt/android-sdk/add-ons/addon-google_apis-google-19/libs. Please run '/usr/local/opt/android-sdk/tools/android sdk' and select both 'SDK Platform' and 'Google APIs' under Android (API 19) This should fix that error Reviewed By: emilsjolander Differential Revision: D4588053 fbshipit-source-id: e57d635141e8aede5803b919ee5a28a60c5e667c --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index bfde58dd..f9286408 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,7 @@ before_install: brew install android-sdk; export ANDROID_SDK=/usr/local/opt/android-sdk export ANDROID_HOME=/usr/local/opt/android-sdk + $ANDROID_SDK/tools/android update sdk --filter android-19,addon-google_apis-google-19 fi script: