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
Steps to Reproduce
- load latest RC build
- Android studio => Analyze APK => choose the APK
- 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