Android 17 18 KB Page Size Compatibility with Zoom SDK

With Android 17 introducing support for devices using an 18 KB memory page size, native libraries need to be properly aligned to remain compatible. According to the Android documentation, apps that include native code may encounter startup or runtime issues if their binaries are not built with the required page size support.

I’m currently integrating the Zoom SDK into an Android project and wanted to know whether the latest SDK versions are fully compatible with the new 18 KB page size requirement.

Has the Zoom team already updated the native libraries, or is there an estimated timeline for full support? Any guidance would be appreciated, as this is becoming important for developers targeting newer Android devices.

Thanks!