Hi,
I cannot use EF Core on Android device, cause I cannot deploy 'mod_spatialite' with APK.
I see Android only allows me to deploy *.so files with the name starting with "lib".
And, in:
|
sqliteConnection.LoadExtension("mod_spatialite"); |
we specifically require the name, without the 'lib'.
Is it possible to change the name, to allow it to be used on all platforms?