Skip to content

Commit 1c1d7ef

Browse files
committed
Install build tools
1 parent f848b7a commit 1c1d7ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ before_install:
1313
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
1414

1515
# install android build tools
16-
- wget https://dl-ssl.google.com/android/repository/build-tools_r18-linux.zip
17-
- unzip build-tools_r18-linux.zip -d $ANDROID_HOME
18-
- mkdir -p $ANDROID_HOME/build-tools/
19-
- mv $ANDROID_HOME/android-4.3 $ANDROID_HOME/build-tools/18.0.1
16+
#- wget https://dl-ssl.google.com/android/repository/build-tools_r18-linux.zip
17+
#- unzip build-tools_r18-linux.zip -d $ANDROID_HOME
18+
#- mkdir -p $ANDROID_HOME/build-tools/
19+
#- mv $ANDROID_HOME/android-4.3 $ANDROID_HOME/build-tools/18.0.1
2020
- echo yes | android update sdk --filter platform-tools --no-ui --force > /dev/null
21+
- echo yes | android update sdk --filter tools -no-ui --force > /dev/null
2122
- echo yes | android update sdk --filter android-16 --no-ui --force > /dev/null
2223
- echo yes | android update sdk --filter android-18 --no-ui --force > /dev/null
2324
- echo yes | android update sdk --filter sysimg-18 --no-ui --force > /dev/null

0 commit comments

Comments
 (0)