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

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libp7zip.so" not found #37

Open
jinkalzalavadiya opened this issue Sep 6, 2022 · 0 comments

Comments

@jinkalzalavadiya
Copy link

Some of the device i got the crashes into your dependency.

implementation

implementation 'com.hzy:libp7zip:1.7.0;

 ndk {
            abiFilters "armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
        }

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libp7zip.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1087) at java.lang.Runtime.loadLibrary0(Runtime.java:1008) at java.lang.System.loadLibrary(System.java:1664) at com.hzy.libp7zip.P7ZipApi.<clinit>(P7ZipApi.java:24) at com.hzy.libp7zip.P7ZipApi.executeCommand(P7ZipApi.java) at TemplateSelectionActivity.runCommand(TemplateSelectionActivity.java:472) at TemplateSelectionActivity.onExtractFile(TemplateSelectionActivity.java:467) at TemplateSelectionActivity.access$1100(TemplateSelectionActivity.java:67) at TemplateSelectionActivity$7.completed(TemplateSelectionActivity.java:443) at com.liulishuo.filedownloader.FileDownloadMessenger.handoverMessage(FileDownloadMessenger.java:344) at com.liulishuo.filedownloader.FileDownloadMessageStation$UIHandlerCallback.dispose(FileDownloadMessageStation.java:185) at com.liulishuo.filedownloader.FileDownloadMessageStation$UIHandlerCallback.handleMessage(FileDownloadMessageStation.java:173) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:237) at android.app.ActivityThread.main(ActivityThread.java:8163) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)

Untitled

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