update android build-tools

This commit is contained in:
Hannes Janetzek
2014-05-12 14:48:27 +02:00
parent 62255e7583
commit fbfe17743e
8 changed files with 18 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
`git clone --recursive https://github.com/opensciencemap/vtm`
Install Android SDK and build-tools 19.0.1. From extras add
Install Android SDK and build-tools 19.0.3. From extras add
'Android Support Library/Repository' and 'Google Repository'.
The commands below should set things up correctly when Android
SDK is already installed.
@@ -43,6 +43,10 @@ SDK is already installed.
export ANDROID_HOME=/path/to/your/android-sdk
./android-stuff.sh
```
To use a different build-tools version (x) run:
```
find -name build.gradle | xargs sed -i 's/19.0.3/19.0.x/g'
```
### Eclipse
`./gradlew eclipse`<br/>