File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments