Add support for Android 15 16kb page size(plus workaround) #63
Closed
gilgoldzweig
started this conversation in
General
Replies: 1 comment
-
@gilgoldzweig Thank you for your suggestion. We announced another discussion to make others understand why it happens, and suggest the same guide. Please refers a new discussion. Thank you again your contribution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As part of the migration guide to Android 15,
All native code must be compiled with 16kb page size.
This SDK uses
conscrypt-android-2.2.1
Luckily, there is a new version that added the fix: google/conscrypt#1212
In the meantime, I was able to overcome this by forcing the dependency:
If you can please update the SDK so we can remove this, that would be amazing!
Beta Was this translation helpful? Give feedback.
All reactions