gradle: update
This commit is contained in:
@@ -17,17 +17,16 @@ before_install:
|
||||
- export ANDROID_HOME=$PWD/android-sdk-linux
|
||||
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
|
||||
# install android build tools
|
||||
- wget https://dl-ssl.google.com/android/repository/build-tools_r19.0.3-linux.zip
|
||||
- unzip build-tools_r19.0.3-linux.zip -d $ANDROID_HOME
|
||||
- wget https://dl-ssl.google.com/android/repository/build-tools_r19.1-linux.zip
|
||||
- unzip build-tools_r19.1-linux.zip -d $ANDROID_HOME
|
||||
- mkdir -p $ANDROID_HOME/build-tools/
|
||||
- mv $ANDROID_HOME/android-4.4.2 $ANDROID_HOME/build-tools/19.0.3
|
||||
- mv $ANDROID_HOME/android-4.4.2 $ANDROID_HOME/build-tools/19.1.0
|
||||
# Install required components.
|
||||
# For a full list, run `android list sdk -a --extended`
|
||||
# Note that sysimg-18 downloads the ARM, x86 and MIPS images (we should optimize this).
|
||||
# Other relevant API's
|
||||
- echo yes | android update sdk --filter platform-tools --no-ui --force > /dev/null
|
||||
- echo yes | android update sdk --filter android-19 --no-ui --force > /dev/null
|
||||
#- echo yes | android update sdk --filter sysimg-18 --no-ui --force > /dev/null
|
||||
- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null
|
||||
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
|
||||
# Create and start emulator
|
||||
|
||||
Reference in New Issue
Block a user