Parent Directory
|
Revision Log
v2.0.57a
1 | <img src="https://cloud.githubusercontent.com/assets/16841860/23113427/4eb1e016-f738-11e6-9b71-7503210245a4.png" width="530" /> |
2 | |
3 | **Travis:** [](https://travis-ci.org/zoff99/zanavi/branches) |
4 | **CircleCI:** [](https://circleci.com/gh/zoff99/zanavi/tree/master) |
5 | |
6 | ZANavi is a fork of NavIT. It is for the Android platfrom only! |
7 | for more details look at our website |
8 | |
9 | http://zanavi.cc |
10 | |
11 | ### Compiling (command line) |
12 | ``` |
13 | git clone https://github.com/zoff99/zanavi |
14 | cd zanavi |
15 | git checkout master |
16 | ./download-androidstudio-files.sh |
17 | cd navit |
18 | ./gradlew assembleRelease --stacktrace |
19 | find . -name '*.apk' -exec ls -al {} \; |
20 | ``` |
21 | |
22 | ### Compiling Android Studio |
23 | first do this **outside** of Android Studio! |
24 | ``` |
25 | git clone https://github.com/zoff99/zanavi |
26 | cd zanavi |
27 | git checkout master |
28 | ./download-androidstudio-files.sh |
29 | ``` |
30 | now start Android Studio and select "import Project" then select the **navit** subdirectory |
31 | in Android Studio just press "play" |
32 | |
33 | ### Development Snapshot Version |
34 | the 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) |
35 | |
36 | ### Coding Style |
37 | https://github.com/zoff99/Code-Style-Guidelines/blob/master/Android/Java.md |
38 | |
39 | ### tagsoup-1.2.1.jar: |
40 | http://home.ccil.org/~cowan/tagsoup/ |
41 | |
42 | downloaded from: http://home.ccil.org/~cowan/tagsoup/tagsoup-1.2.1.jar |
43 | |
44 | |
45 |
Visit the ZANavi Wiki |