Add platform-tools and build-tools to PATH
This commit is contained in:
parent
1fcc1dae1c
commit
ab1ec07686
@ -14,6 +14,8 @@ before_script:
|
||||
- export PATH="$ANDROID_HOME/tools:$PATH"
|
||||
- echo " == Installing Android SDK components"
|
||||
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0,android-22,extra-android-m2repository
|
||||
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
|
||||
- export PATH="$ANDROID_HOME/build-tools/23.0.0:$PATH"
|
||||
- echo " == Installing Gradle"
|
||||
- wget -q -O gradle.zip https://services.gradle.org/distributions/gradle-2.4-bin.zip
|
||||
- unzip -q gradle.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user