Support 16 KB page sizes
This library does not support 16 KB page sizes, which means that the apps using it won't be allowed on Google Play soon.
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.
https://developer.android.com/guide/practices/page-sizes
I am using this library in my project and i needs to update my application to Android 15. Can you please update this library? @nokite
@RaJManii use implementation('com.github.marain87:AndroidPdfViewer:3.2.7')
App must support 16 KB memory page sizes is any update for this issue.
Check out my git repo, I have build the .so files with 16Kb page size, include them as a module... https://github.com/Xneutral/MyPdfViewer16KB
@RaJManii use implementation('com.github.marain87:AndroidPdfViewer:3.2.7')
The above didn't work for me, but this one did:
implementation ("io.github.oothp:android-pdf-viewer:3.2.0-beta05")
I was able to upload to Play Console and it didn't complain about the 16kb page size anymore. Thanks to whoever created this, it's a lifesaver.