Replies: 2 comments
|
I can't say for sure without a repro case, but if you're using an old pdfium AAR, then maybe because of https://issuetracker.google.com/214395989. That repo is currently configured to use r28 though, and even r27 has the 16k aligned libc++. Alternatively, maybe pdfium is using a new enough libc++, but your repo isn't? There's definitely something ancient infecting your build. That APK has mips binaries in it. That hasn't been supported in years. Figure out what that is and update it and your problem will probably go away. |
0 replies
|
I fixed it closing the issue |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
So we are using this library https://github.com/ynkfish/PdfiumAndroid it is uses the pdfium c++ and build it to a so files
so all the other abi is now 16kb page compatible. Why is the only abi not working is the x86_64 ? It is failing on emulator because of this
All reactions