/[zanavi_public1]/navit/README.md
ZANavi

Contents of /navit/README.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (hide annotations) (download)
Sat Jun 3 12:00:57 2017 UTC (6 years, 9 months ago) by zoff99
File size: 1544 byte(s)
v2.0.57
1 zoff99 56 <img src="https://cloud.githubusercontent.com/assets/16841860/23113427/4eb1e016-f738-11e6-9b71-7503210245a4.png" width="530" />
2 zoff99 51
3 zoff99 58 **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/master.png?style=badge)](https://circleci.com/gh/zoff99/zanavi/tree/master)
5 zoff99 56
6 zoff99 51 ZANavi is a fork of NavIT. It is for the Android platfrom only!
7 zoff99 56 for more details look at our website
8 zoff99 51
9     http://zanavi.cc
10    
11 zoff99 56 ### Compiling (command line)
12     ```
13     git clone https://github.com/zoff99/zanavi
14     cd zanavi
15 zoff99 58 git checkout master
16 zoff99 56 ./download-androidstudio-files.sh
17     cd navit
18     ./gradlew assembleRelease --stacktrace
19     find . -name '*.apk' -exec ls -al {} \;
20     ```
21 zoff99 51
22 zoff99 56 ### Compiling Android Studio
23     first do this **outside** of Android Studio!
24     ```
25     git clone https://github.com/zoff99/zanavi
26     cd zanavi
27 zoff99 58 git checkout master
28 zoff99 56 ./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 zoff99 51
33 zoff99 58 ### 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 zoff99 51
36 zoff99 56 ### Coding Style
37     https://github.com/zoff99/Code-Style-Guidelines/blob/master/Android/Java.md
38 zoff99 51
39 zoff99 56 ### tagsoup-1.2.1.jar:
40 zoff99 51 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