name: Add Android Native Dependencies
about:
Hi,
I'm currently working on an Android project in Unity that depends on Microsoft Semantic Kernel, including its RAG components.
When I try to add the Microsoft.Data.Sqlite NuGet package through NuGet for Unity, I get a warning saying that its dependency SQLitePCLRaw.lib.e_sqlite3 has native dependencies but does not include Android runtimes.
The same issue occurs with Microsoft.SemanticKernel.Connectors.SqliteVec, where its dependency sqlite-vec also lacks Android runtime support.
I’ve searched extensively but couldn’t find any working solution or Android-compatible native libraries.
Could you please consider adding Android runtime dependencies for these packages, or let me know if there’s any recommended workaround to make them work with Unity on Android?
Thanks a lot for your time and amazing work on SK! 🙏