update README
This commit is contained in:
parent
a81e3adae1
commit
4f5125cf22
@ -23,7 +23,6 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen.
|
||||
- **vtm** contains the core library
|
||||
- **vtm-android** Android backend (no libgdx required)
|
||||
- **vtm-android-example** provides examples using **vtm-android**
|
||||
- **vtm-android-app** opensciencemap app using **vtm-android**
|
||||
- **vtm-gdx** common libgdx backend code
|
||||
- **vtm-android-gdx** Android application
|
||||
- **vtm-desktop** Desktop application
|
||||
@ -35,7 +34,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.1. From extras add
|
||||
Install Android SDK and build-tools 20.0. 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,10 +42,6 @@ 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\.1/19.X/g'
|
||||
```
|
||||
|
||||
### Eclipse
|
||||
`./gradlew eclipse`<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user