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

java.lang.UnsatisfiedLinkError: dlopen failed: library "libmaxguard.so" not found #1

Open
thefaisalurrehman opened this issue Nov 10, 2023 · 3 comments

Comments

@thefaisalurrehman
Copy link

thefaisalurrehman commented Nov 10, 2023

FATAL EXCEPTION: main
Process: com.???..., PID: 7871
java.lang.UnsatisfiedLinkError: dlopen failed: library "libmaxguard.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 com.farimarwat.maxguard.MaxGuard.<clinit>(Unknown Source:2)
	at com.example.??.ui.activities.MainActivity.onCreate(Unknown Source:3)
	at android.app.Activity.performCreate(Activity.java:8050)
	at android.app.Activity.performCreate(Activity.java:8030)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1329)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3608)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3792)
	at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
	at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
	at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2210)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7839)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003).
**I face this issue in prelaunch report from Google Play Console**
@farimarwat
Copy link
Owner

I was using filterabi to only allow arm64 and excluded x86, x86_64 in gradle because it will maximize the security. Now removed and fixed the bug.

@Micoder-dev
Copy link

I was using filterabi to only allow arm64 and excluded x86, x86_64 in gradle because it will maximize the security. Now removed and fixed the bug.

I also got this same crash report in a release from Firebase Crashlystics today! I think still it not fixed

@farimarwat
Copy link
Owner

I was using filterabi to only allow arm64 and excluded x86, x86_64 in gradle because it will maximize the security. Now removed and fixed the bug.

I also got this same crash report in a release from Firebase Crashlystics today! I think still it not fixed

Kindly update to version 1.2

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

3 participants