Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # Install sdkmanager comes with newer sdk tools first because of an outdated image circle ci 1.0 is using. - if [ ! -f "/usr/local/android-sdk-linux/tools/bin/sdkmanager" ]; then echo y | android update sdk --no-ui --all --filter "tools"; fi # The sdkmanager updated earlier is still pretty old. Try updating itself again. - echo y | /usr/local/android-sdk-linux/tools/bin/sdkmanager "tools" # Accept all licenses - yes | /usr/local/android-sdk-linux/tools/bin/sdkmanager --licenses # Android SDK Build-tools 27.0.2 and sdk 27. - /usr/local/android-sdk-linux/tools/bin/sdkmanager "build-tools;27.0.2" "platforms;android-27"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement