Skip to content
Mark Johnson edited this page Jul 8, 2019 · 5 revisions

'<-- List of Themes'

'<-- List of Projects'

'<-- List of Project Android_5.0.0'

'<-- List of Project Android_R5.0.0'


Android_5.0.0.mk - for Spatialite 5.0.0 development with PROJ.6 support, without Rasterlite2

This archive can be directly downloaded with:

wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20190707.libjsqlite.5.0.0.tar.bz2

The latest archive for PROJ Grids (from 2018-09-15):

wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20180915.proj-datumgrid-1.8.zip

PROJ.6 proj.db (from 2019-07-01) needed by PROJ Version 6:

wget https://raw.github.com/geopaparazzi/libjsqlite-spatialite-android/master/archive/20190701.proj.db.tar.gz

(2019-07-08: not yet updated)

The projects are listed in the order of compilation.


  • to create this project:
    • replace Android.mk with Android_5.0.0.mk
    • run
      • ndk-build clean
      • ndk-build

Note:

  • with ndk-build V=1
    • you can see where flags for compiling are being used
      • the -g comes first (from the original Makefile of the project)
      • -O comes later, overriding -g

2019-07-08: Mark Johnson, Berlin Germany


Clone this wiki locally