Android 15 16 kb page size requirement

Description
Android 15 adds support for devices with 16kb 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 16kb aligned. Small extract.

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.

Which Android Meeting SDK version?
Any

To Reproduce(If applicable)

Additional context
Duplicate of: because it was closed but the issue persists.

1 Like

Unfortunately, the forum prevents me from adding links of images. But if you go to the official Android 15 docs, 16kb page support as a large section there.