System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 0c2d24079e3e59eb7f7bbb3f30d5e0e37ad7b5ec
Title: RTree-enabled SQLite on Android/Mono
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Native_Assembly Resolution: External
Last Modified: 2015-08-30 21:18:22
Version Found In: 1.0.98.1
User Comments:
anonymous added on 2015-08-29 15:49:12: (text/x-fossil-plain)
Build-in SQLite on Android doesn't contain RTREE, which I need for a GIS-project with Xamarin/Android.
I was trying to follow your build_mono description, but it only creates a Managed-dll, which is still using the Android-Sqlite (withoud rtree-support).
Is there maybe a way to compile a "monster-dll" containing managed- and unmanaged-part which I can use in Mono to get Sqlite-Rtree support? 

Thanks
Tom

mistachkin added on 2015-08-30 21:16:55: (text/x-fossil-plain)
From my reading of this issue, it seems the solution would be to enable R*Tree
and then re-compile and re-install the core SQLite native library in use by the
application (or system?).