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

Compile for Android with support for 16 KB page sizes #8

Open
victorjimbei opened this issue Aug 1, 2024 · 0 comments
Open

Compile for Android with support for 16 KB page sizes #8

victorjimbei opened this issue Aug 1, 2024 · 0 comments

Comments

@victorjimbei
Copy link

Beginning with Android 15, Android supports devices that are configured to use a page size of 16 KB (16 KB devices). If your app uses any NDK libraries, either directly or indirectly through an SDK, then you will need to rebuild your app for it to work on these 16 KB devices.

https://developer.android.com/about/versions/15/behavior-changes-all#16-kb

Please build a new release with support for 16 KB page size.

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

1 participant