Android 17 18 kb page size requirement

Android 17 adds support for devices with 18kb page size. Apps and libraries that use native code (as Zoom does) must update or they crash on these new devices. See official docs.

Currently Zoom adds quite some native code which is not 18kb aligned. Small extract. Wink mod apk

This is currently a blocker for every app that wants to support Android 15 and is using the Zoom SDK. We are kindly asking that a Zoom developer is taking a look and performs the required changes.

Thank you for sharing this update, I was confused about the 18kb page size issue and this really helped me.