Android Question PDFium library 16 KB issue

Kadandale Ganapathy Bhat

Member
Licensed User
Dear all
in my app I used PDFium library and i got a warning message from Google consle like

Does not support 16 KB
Hide detail
Learn more
Libraries that do not support 16 KB:
base/lib/arm64-v8a/libmodft2.so
base/lib/arm64-v8a/libmodpdfium.so
base/lib/arm64-v8a/libmodpng.so
base/lib/x86_64/libc++_shared.so
base/lib/x86_64/libjniPdfium.so
base/lib/x86_64/libmodft2.so
base/lib/x86_64/libmodpdfium.so
base/lib/x86_64/libmodpng.so

I implimented pdf new version as guided in https://www.b4x.com/android/forum/t...ot-support-16kb-alignment.168440/post-1032482

I succeeded for some extent and now i have problem with only one library

Does not support 16 KB
base/lib/x86_64/libc++_shared.so

How can i solve this issue
please guide
Thank you
 
Top