marain87

Results 31 comments of marain87

ref to https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1191

ref to https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1191

ref to https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1191

I've updated [PDFiumAndroid](https://github.com/marain87/PdfiumAndroid) project to support 16KB memory page sizes by upgrading the Gradle plugin and NDK. This is intended as a temporary solution to help developers prepare for Android...

Hi @Leedwon , it seems there's an issue with accessing the PdfiumAndroid JAR files on JitPack, as they appear to have been removed. To address this, I've merged the '16KB'...

@subhajit-rajak I think you are using the library that I forked from, please check the implementation started with 'com.github.marain87'

@subhajit-rajak The version you should use 'com.github.marain87:AndroidPdfViewer:3.2.7', which is a fork of the project. If 'lion1988dev' approves and merges the changes, there is a possibility that it will change to...

@sandipkush10 Ref to [https://developer.android.com/guide/practices/page-sizes?authuser=3#identify-native-code](https://developer.android.com/guide/practices/page-sizes?authuser=3#identify-native-code) Regarding the 16KB alignment, the "No" in the "Compressed" column of the documentation is not indicative of the alignment issue. I've used the elf_alignment_test script, as...

Hi @imilakovic Based on your other post, it seems your project has other .so files. It's possible that one of these files doesn't support a 16KB page size. You can...