Android 15+ 16KB page size
Appsolid automatically applies the 16KB page-alignment requirement for Android 15+ to your output.
What changed
Android 15+ devices require 16KB page alignment for native libraries. Unaligned builds can hit compatibility issues.
How Appsolid handles it
APK output already ships with 16KB-aligned zipalign applied. You don't need to run zipalign yourself.
What you do
Take the protected build, sign it with your key, and it's ready to ship.
apksigner sign --ks release.keystore app-protected.apk