Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpdfsdk_jni.so not found on Android 12 #2

Open
Drakot opened this issue Nov 16, 2021 · 0 comments
Open

libpdfsdk_jni.so not found on Android 12 #2

Drakot opened this issue Nov 16, 2021 · 0 comments

Comments

@Drakot
Copy link

Drakot commented Nov 16, 2021

Installing an android 12 emulator version when opening a pdf it crashes with this exception.

 Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: library "libpdfsdk_jni.so" not found
        at java.lang.Runtime.loadLibrary0(Runtime.java:1077)
        at java.lang.Runtime.loadLibrary0(Runtime.java:998)
        at java.lang.System.loadLibrary(System.java:1656)
        at org.benjinus.pdfium.PdfiumSDK.<clinit>(PdfiumSDK.java:37)
        at com.test.app.utils.signature.pdfView.PDFView.<init>(PDFView.java:314)
        at java.lang.reflect.Constructor.newInstance0(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant