#94·Valdi

support for android 16 KB page size

Author: tx3stnCreated Apr 7, 2026Updated Jul 12, 2026
Labelsenhancement

Is your feature request related to a problem? Please describe. Running my valdi app on android (pixel 8, running android 16), I get a warning that says:

This app isn't 16 KB-compatible. 
ELF alignment check failed. 
Please follow the steps on https://developer.android.com/16kb-page-size

The following libraries are not 16 KB-aligned: 
* lib/arm64-v8a/libvaldi.so : LOAD segment not aligned

Describe the solution you'd like Support for 16 KB page sizes as per the link in the warning message.

As per that link: Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices.

Describe alternatives you've considered N/A

Additional context N/A