From 91c085e7f9e0e31eaedd9926b3682d980587333c Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Tue, 29 Oct 2019 09:56:27 -0700 Subject: update:doc: Fix windows doc and cleanup sphinx warnings (#927) --- docs/development/android_development.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/development/android_development.rst') diff --git a/docs/development/android_development.rst b/docs/development/android_development.rst index 783a29e91..323a0d877 100644 --- a/docs/development/android_development.rst +++ b/docs/development/android_development.rst @@ -22,7 +22,7 @@ For Navit For Android ~~~~~~~~~~~ - * Download the Android `SDK ` and `NDK ` + * Download the Android `SDK `_ and `NDK `_ * Unzip the SDK and NDK to a directory of your choice. The following instructions assume that the SDK and NDK have been unzipped to `~/src`. * Ensure that the following paths are on your PATH environment variable: `path-to-sdk/tools` @@ -88,7 +88,7 @@ With cmake on Windows * install CMake 2.8 if you haven't already, add folder with exe to PATH * install MinGW or use MinGW included in the git windows folder (e.g. C:\msysgit\mingw\ ), add folder with exe to PATH - * install saxon .NET version from , + * install saxon .NET version from http://sourceforge.net/projects/saxon/files/Saxon-HE/9.3/SaxonHE9-3-0-4N-setup.exe/download, * rename `transform.exe` to `saxon.exe`, add folder with exe to PATH * create a build dir (i.e. `mkdir android-build`) * run from build dir ( replace `$SOURCE_PATH`): @@ -135,19 +135,19 @@ Change to the Navit source dir and run `./gradlew build`. So far, two issues have been observed with the build: + * Bitmap resources are missing from the APK. A workaround is described `here `_ integration of these steps into gradle is being worked on. * Building `vehicle/gpsd` and `map/garmin` fails on Android. As a workaround, edit `CMakeLists.txt` `, inserting the following two lines in the `if(ANDROID)` block (around line 710): -.. code-block:: +.. code-block:: cmake set_with_reason(vehicle/gpsd "Android detected" FALSE) set_with_reason(map/garmin "Android detected" FALSE) - * Bitmap resources are missing from the APK. A workaround is described `here ` — integration of these steps into gradle is being worked on. Testing an alternative build ============================ If you want to try an alternative build (e.g. Jan's builds with alternative routing) you can do it by : - * enable unsigned apk installation ( `example build ` ) - * installing an alternative apk (e.g. `an APK from CircleCI `) - * you will probably need an alternative map to match the application requirements (such as `this one `) + * enable unsigned apk installation ( `example build `_ ) + * installing an alternative apk (e.g. `an APK from CircleCI `_) + * you will probably need an alternative map to match the application requirements (such as `this one `_) -- cgit v1.2.1