/[zanavi_public1]/navit/README.md
ZANavi

Contents of /navit/README.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 56 - (hide annotations) (download)
Sun Mar 19 08:44:36 2017 UTC (7 years ago) by zoff99
File size: 1318 byte(s)
updates
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 56 **Travis:** [![Build Status](https://travis-ci.org/zoff99/zanavi.png?branch=and_stud)](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)
5    
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     git checkout and_stud
16     ./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     git checkout and_stud
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 zoff99 51
33    
34 zoff99 56 ### Coding Style
35     https://github.com/zoff99/Code-Style-Guidelines/blob/master/Android/Java.md
36 zoff99 51
37 zoff99 56 ### tagsoup-1.2.1.jar:
38 zoff99 51 http://home.ccil.org/~cowan/tagsoup/
39    
40     downloaded from: http://home.ccil.org/~cowan/tagsoup/tagsoup-1.2.1.jar
41    
42    
43    

   
Visit the ZANavi Wiki