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

Support for 16KB page sizes for native lib (Android 15 support) #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NityaSantosh26
Copy link

Adding support for 16KB page size for native lib.

Android 15's coming with a breaking change. Here's the documentation mentioning it
https://developer.android.com/guide/practices/page-sizes#ndk-build_1

I am using cordova-sqlite-storage plugin and there's already a issue created: storesafe/cordova-sqlite-storage#1021

So I made a change to Application.mk which should be build using NDK 27 or above.
Tested it by re-building the project, generated the jar. And verified it by launching the app in Android 15 Emulator (arm64) and app works.

@brodycj If you could take a look at this PR and provide next steps for using the native libs for the plugin, That would be so helpful.

Thanks in advance.

@NityaSantosh26
Copy link
Author

@brodycj Any update on this PR would be appreciated. As we are not sure about the Android 15 release and that breaks app installation itself.

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

Successfully merging this pull request may close these issues.

1 participant