AndroidPdfViewerV2 icon indicating copy to clipboard operation
AndroidPdfViewerV2 copied to clipboard

Support 16 KB page sizes

Open nokite opened this issue 6 months ago • 5 comments

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

nokite avatar Jul 10 '25 15:07 nokite

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 avatar Aug 06 '25 06:08 RaJManii

@RaJManii use implementation('com.github.marain87:AndroidPdfViewer:3.2.7')

nirav7619 avatar Aug 28 '25 07:08 nirav7619

App must support 16 KB memory page sizes is any update for this issue.

weenggs-dev avatar Sep 11 '25 06:09 weenggs-dev

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

Xneutral avatar Oct 04 '25 04:10 Xneutral

@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.

Flavius-I avatar Nov 11 '25 01:11 Flavius-I