farimarwat / maxguard

An android library for android app security agains reverse engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

thefaisalurrehman opened this issue · comments

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**

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 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

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