Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Support 16 KB devices #603

Open
utelle opened this issue Aug 14, 2024 · 2 comments
Open

Android: Support 16 KB devices #603

utelle opened this issue Aug 14, 2024 · 2 comments

Comments

@utelle
Copy link
Contributor

utelle commented Aug 14, 2024

A user of SQLite3 Multiple Ciphers (@tranb3r) opened an issue which is - most likely - related to SQLitePCL.raw:

When building an android app with .net9-pre7 (for android 15), I get this warning: C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\35.0.0-preview.7.41\tools\Xamarin.Android.Common.targets(2099,3): warning XA0141: NuGet package '<unknown>' version '<unknown>' contains a shared library **'libe_sqlite3mc.so'** which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details

Could you please rebuild the lib for it work on 16kB devices, as explained in the linked page?

Maybe the compile and build process in ericsink/cb needs to be adjusted to support this use case.

@tranb3r
Copy link

tranb3r commented Aug 14, 2024

Indeed I'm using SQLitePCLRaw.bundle_e_sqlite3mc

ericsink added a commit to ericsink/cb that referenced this issue Sep 10, 2024
@ericsink
Copy link
Owner

Hopefully this was fixed in 2.1.10, which was released today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants