You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Our Android applications rely on libraries ‘com.amazonaws:aws-android-sdk-kinesisvideo:2.75.0.aar’, the repository contains libKinesisVideoProducerJNI.so. I found libKinesisVideoProducerJNI.so does not support 16 KB pages alignment. Applications listed on Google Play must support a page size of 16 KB starting from November 1, 2025. Please release the aar package supporting 16KB pages alignment as soon as possible for our reference.
Hello! Our Android applications rely on libraries ‘com.amazonaws:aws-android-sdk-kinesisvideo:2.75.0.aar’, the repository contains libKinesisVideoProducerJNI.so. I found libKinesisVideoProducerJNI.so does not support 16 KB pages alignment. Applications listed on Google Play must support a page size of 16 KB starting from November 1, 2025. Please release the aar package supporting 16KB pages alignment as soon as possible for our reference.
dependencies {
def awsSdkVersion = "2.75.0"
implementation "com.amazonaws:aws-android-sdk-core:$awsSdkVersion"
implementation "com.amazonaws:aws-android-sdk-mobile-client:$awsSdkVersion"
implementation "com.amazonaws:aws-android-sdk-kinesisvideo:$awsSdkVersion"
implementation "com.amazonaws:aws-android-sdk-kinesisvideo-signaling:$awsSdkVersion"
implementation "com.amazonaws:aws-android-sdk-auth-core:$awsSdkVersion"
implementation "com.amazonaws:aws-android-sdk-auth-userpools:$awsSdkVersion"
}
https://developer.android.com/guide/practices/page-sizes?hl=zh-cn#ndk-build