android_16kb_patcher
A CLI tool to patch Android native libraries (.so) to 16KB page size alignment, ensuring compatibility with Android 15 and Google Play requirements.
What this package is like to depend on
Last release 26 days ago
29 Jul 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
10 releases · first in 2026
10 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jul 2026 to Jul 2026Releases
latest 10-
1.1.529 Jul 2026 -
1.1.427 Jul 2026 -
1.1.327 Jul 2026 -
1.1.227 Jul 2026 -
1.1.127 Jul 2026 -
1.1.027 Jul 2026Release notes
Open source →- Added
checkcommand to verify 16KB alignment status of all.sofiles. - Run
dart run android_16kb_patcher:checkto see a detailed report grouped by architecture. - Reports PASS/FAIL status with alignment details (4KB, 16KB, 64KB).
- Added
-
1.0.327 Jul 2026Release notes
Open source →- Fix bug: string interpolation nhttps://x.com/xxibgfiyot rendering variable correctly in print output.
-
1.0.227 Jul 2026Release notes
Open source →- Fix bug: default directory path displayed as literal text instead of actual value.
-
1.0.127 Jul 2026 -
1.0.027 Jul 2026Release notes
Open source →- Initial release.
- Automatically scan and patch 4KB ELF alignments to 16KB in Android native libraries (.so).
- Out-of-the-box support for
android/app/src/main/jniLibsdefault path.