/[zanavi_public1]/navit/README.md
ZANavi

Diff of /navit/README.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 56 Revision 59
1<img src="https://cloud.githubusercontent.com/assets/16841860/23113427/4eb1e016-f738-11e6-9b71-7503210245a4.png" width="530" /> 1<img src="https://cloud.githubusercontent.com/assets/16841860/23113427/4eb1e016-f738-11e6-9b71-7503210245a4.png" width="530" />
2 2
3**Travis:** [![Build Status](https://travis-ci.org/zoff99/zanavi.png?branch=and_stud)](https://travis-ci.org/zoff99/zanavi/branches) 3**Travis:** [![Build Status](https://travis-ci.org/zoff99/zanavi.png?branch=master)](https://travis-ci.org/zoff99/zanavi/branches)
4**CircleCI:** [![CircleCI](https://circleci.com/gh/zoff99/zanavi/tree/and_stud.png?style=badge)](https://circleci.com/gh/zoff99/zanavi/tree/and_stud) 4**CircleCI:** [![CircleCI](https://circleci.com/gh/zoff99/zanavi/tree/master.png?style=badge)](https://circleci.com/gh/zoff99/zanavi/tree/master)
5 5
6ZANavi is a fork of NavIT. It is for the Android platfrom only! 6ZANavi is a fork of NavIT. It is for the Android platfrom only!
7for more details look at our website 7for more details look at our website
8 8
9http://zanavi.cc 9http://zanavi.cc
10 10
11### Compiling (command line) 11### Compiling (command line)
12``` 12```
13git clone https://github.com/zoff99/zanavi 13git clone https://github.com/zoff99/zanavi
14cd zanavi 14cd zanavi
15git checkout and_stud 15git checkout master
16./download-androidstudio-files.sh 16./download-androidstudio-files.sh
17cd navit 17cd navit
18./gradlew assembleRelease --stacktrace 18./gradlew assembleRelease --stacktrace
19find . -name '*.apk' -exec ls -al {} \; 19find . -name '*.apk' -exec ls -al {} \;
20``` 20```
22### Compiling Android Studio 22### Compiling Android Studio
23first do this **outside** of Android Studio! 23first do this **outside** of Android Studio!
24``` 24```
25git clone https://github.com/zoff99/zanavi 25git clone https://github.com/zoff99/zanavi
26cd zanavi 26cd zanavi
27git checkout and_stud 27git checkout master
28./download-androidstudio-files.sh 28./download-androidstudio-files.sh
29``` 29```
30now start Android Studio and select "import Project" then select the **navit** subdirectory 30now start Android Studio and select "import Project" then select the **navit** subdirectory
31in Android Studio just press "play" 31in Android Studio just press "play"
32 32
33### Development Snapshot Version
34the latest Development Snapshot can be downloaded from CircleCI, [here](https://circleci.com/api/v1/project/zoff99/zanavi/latest/artifacts/0/$CIRCLE_ARTIFACTS/zanavi.apk?filter=successful&branch=master)
33 35
34### Coding Style 36### Coding Style
35https://github.com/zoff99/Code-Style-Guidelines/blob/master/Android/Java.md 37https://github.com/zoff99/Code-Style-Guidelines/blob/master/Android/Java.md
36 38
37### tagsoup-1.2.1.jar: 39### tagsoup-1.2.1.jar:

Legend:
Removed from v.56  
changed lines
  Added in v.59

   
Visit the ZANavi Wiki