Description
After integrating the latest Insider SDK, we started receiving a warning from Google Play Console regarding 16 KB memory page size support.
The warning indicates that some native libraries included in the app do not support 16 KB page size.
Affected libraries
- libTransform.so
- libucs-credential.so
Environment
Steps to reproduce
- Add Insider SDK to the project
- Build AAB (
./gradlew bundleRelease)
- Upload to Google Play Console
- Observe the warning about 16 KB page size support
Expected behavior
All native libraries should support 16 KB page size as required by newer Android versions.
Question
Are these libraries compiled with NDK r26+ and do they support 16 KB page size?
If not, is there a timeline for when this support will be available?
Additional context
The issue appeared only after adding the Insider SDK, and disappears when it is removed.
Description
After integrating the latest Insider SDK, we started receiving a warning from Google Play Console regarding 16 KB memory page size support.
The warning indicates that some native libraries included in the app do not support 16 KB page size.
Affected libraries
Environment
Steps to reproduce
./gradlew bundleRelease)Expected behavior
All native libraries should support 16 KB page size as required by newer Android versions.
Question
Are these libraries compiled with NDK r26+ and do they support 16 KB page size?
If not, is there a timeline for when this support will be available?
Additional context
The issue appeared only after adding the Insider SDK, and disappears when it is removed.