-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Bug Report: libagora-rtm-sdk-jni.so does not support Android 16 KB page size
Summary
Google Play Console is showing a warning that agora-react-native-rtm does not support the 16 KB memory page size requirement introduced in Android 15.
Affected Libraries
base/lib/arm64-v8a/libagora-rtm-sdk-jni.sobase/lib/x86_64/libagora-rtm-sdk-jni.so
Environment
agora-react-native-rtmversion: 2.2.6react-native-agoraversion: 4.5.3agora-rn-uikitversion: 5.0.2- Platform: Android
Steps to Reproduce
- Build a React Native app using agora-react-native-rtm@2.2.6
- Upload the APK/AAB to Google Play Console
- Google Play shows warning: "Does not support 16 KB" for
libagora-rtm-sdk-jni.so
Expected Behavior
The native .so libraries should be compiled with 16 KB page alignment to comply with Android 15 requirements and Google Play policy.
Impact
Google Play will block app updates starting May 1, 2026 for apps that do not comply with the 16 KB page size requirement. This is a critical issue for all apps using this SDK.
Reference
Request
Please recompile the native libraries with 16 KB page alignment support and publish an updated version to npm as soon as possible.
Thank you!