Replies: 4 comments 1 reply
-
Hi @brentpbc, |
Beta Was this translation helpful? Give feedback.
-
For sqlite-net there is work being done here praeclarum/sqlite-net#1282 (the update to SQLitePCL 3.0 will fix the 16kb issues). |
Beta Was this translation helpful? Give feedback.
-
It looks like v1.3.0 of FFImageLoading.Maui has added 16kb Page Size support but I have not tested it yet. microspaze/FFImageLoading.Maui#74 |
Beta Was this translation helpful? Give feedback.
-
Is there an easy way to check what libraries are causing 16kb not to be supported? Also do you need to change a project setting to enable 16kb when archiving? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone successfully supported 16kb page sizes on Android yet?
It looks like the main SQLite nuget praeclarum/sqlite-net that's recommended in the MS docs doesn't currently support 16kb page sizes. Has anyone worked around this? I would of thought most apps would utilise sqlite in some form.
See
praeclarum/sqlite-net#1272
and
ericsink/SQLitePCL.raw#621
I have also found FFImageLoading.Maui is referencing old SkiaSharp libraries microspaze/FFImageLoading.Maui#65
Which is then causing the below when FFImageLoading.Maui is nuget is added.
I have created this super simple repo to demonstrate 16kb issues: https://github.com/brentpbc/MauiAndroid16kb
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions