Skip to content

bug: [Android] APK not compatible with 16KB page size - Google Play deadline Nov 1, 2025 #6621

@grinroman

Description

@grinroman

Describe the Bug

Problem

APK analysis shows multiple native libraries are not 16KB page size compatible, which is required for Google Play submissions starting November 1, 2025.

Evidence

See attached APK Analyzer screenshot showing:

  • Multiple .so files with 4KB alignment instead of required 16KB
  • Warning: "APK does not support 16 KB devices"
  • Google Play deadline notice at bottom

Impact

  • App store rejection after Nov 1, 2025
  • Crashes on Android 15+ devices with 16KB page sizes
Image

Steps to Reproduce

  1. load latest RC build
  2. Android studio => Analyze APK => choose the APK
  3. See the warnings

Expected Behavior

No response

Actual Behavior

No response

Rocket.Chat Server Version

Rocket.Chat App Version

4.6.3

Device Name

Android SDK 35

OS Version

15+

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions