Skip to content

EFCore on Android. Require 'libmod_spatialite' instead of 'mod_spatialite'. #24094

@AndroidEFCoreLover

Description

@AndroidEFCoreLover

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions