does this support 16kb page size
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
many thanks, but library "libfreetype.so" not found.
many thanks, but library "libfreetype.so" not found.
only free type this repository have is this .so file libmodft2.so
thanks, build it and done
Please remove the old library and use this one implementation 'io.github.oothp:android-pdf-viewer:3.2.0-beta05' — it’s working.
Please remove the old library and use this one implementation 'io.github.oothp:android-pdf-viewer:3.2.0-beta05' — it’s working.
I confirm that this is working, 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.
Please remove the old library and use this one implementation 'io.github.oothp:android-pdf-viewer:3.2.0-beta05' — it’s working.
Confirming that this is the correct solution. I replaced com.github.barteksc:AndroidPdfViewer:3.1.0-beta.1 with io.github.oothp:android-pdf-viewer:3.2.0-beta05 and it solved both the build warnings and the 16 KB page size issue. Thank you for the great work!