-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support 16kb page size for Android 15+ devices #270
Comments
yousrasd
changed the title
Support 16kb page size for Android 15+ devices #15
Support 16kb page size for Android 15+ devices
Aug 1, 2024
We need this too, please! |
I also need this |
We are also waiting for that. |
➕ this is actually stopping us from adopting Mapbox 16 KB page size version, because we're using both map and search SDKs and they are not compatible (if use sdk-27 map and standard search), so we need this one to finalize our work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New Feature
I would like for mapbox-search to support 16kb page size phones so that apps supporting sdk 35 that run on a 16kb page size phone do not crash
Why
I am encountering issues when running my app on Android 15 devices with a 16 KB page size, particularly with some native components. Are there any plans to recompile the library to address these issues and ensure compatibility with phones that have a 16 KB page size?
As stated on Android doc,
An analysis of my app using the APK Analyzer as described by Android shows that it does use libSearchCore as native code.
This is the native binary reported by the APK analysis:
Additional context
Android doc: https://developer.android.com/guide/practices/page-sizes#compile-16-kb-alignment
The text was updated successfully, but these errors were encountered: