Description
When using the latest version of the library com.github.Infomaniak:android-pdfview:3.2.13, I face a build failure due to the following error:
The native library x86_64/libc++_shared.so (from com.github.infomaniak:pdfiumandroid:1.9.8) is not 16 KB aligned.
In Build -> Analyze APK.. -> Select apk and observed this error:
ArchivePathEntry: pathPrefix="", path="/lib/x86_64/libc++_shared.so" (Attached screenshot)
Steps to reproduce
Steps to reproduce the behavior:
- Add the following dependency in build.gradle:
implementation 'com.github.Infomaniak:android-pdfview:3.2.13'
- Select Code from the options -> Analyze code -> Run inspection by name -> Native Library dependency not 16KB aligned Android Lint: Correctness
- Then click on OK to Run.
Expected behavior
The project should build successfully, and the generated APK should include properly aligned .so files so that it passes Play Store requirements and works on devices using recent Android versions.
Screenshots

Description
When using the latest version of the library com.github.Infomaniak:android-pdfview:3.2.13, I face a build failure due to the following error:
The native library x86_64/libc++_shared.so (from com.github.infomaniak:pdfiumandroid:1.9.8) is not 16 KB aligned.In Build -> Analyze APK.. -> Select apk and observed this error:
ArchivePathEntry: pathPrefix="", path="/lib/x86_64/libc++_shared.so" (Attached screenshot)
Steps to reproduce
Steps to reproduce the behavior:
implementation 'com.github.Infomaniak:android-pdfview:3.2.13'Expected behavior
The project should build successfully, and the generated APK should include properly aligned .so files so that it passes Play Store requirements and works on devices using recent Android versions.
Screenshots