Tagged Questions
0
votes
1answer
94 views
How to build Android spatialite?
I have been trying to build spatialite for Android for a few days now without success. I have even tried the recent documentation from the Google project page here: ...
0
votes
0answers
119 views
SQLite QGIS for Android not loading
I have installed the latest version (http://android.qgis.org/download/apk/qgis-bug304240-workaround.apk) QGIS for android on my tablet.
I found out that this app does not support SQLite files.
SQLite ...
3
votes
2answers
492 views
How to read the GEOMETRY table inside a sqlite database
I'm working on an android app which should display some lineobjects stored in a sqlite database. This sqlite database is created through an export in QuantumGIS.
My first question is it a real ...