You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Installing an android 12 emulator version when opening a pdf it crashes with this exception.
The text was updated successfully, but these errors were encountered: