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

运行在虚拟器上直接崩溃 #82

Open
mqy1023 opened this issue May 6, 2021 · 0 comments
Open

运行在虚拟器上直接崩溃 #82

mqy1023 opened this issue May 6, 2021 · 0 comments

Comments

@mqy1023
Copy link

mqy1023 commented May 6, 2021

java.lang.UnsatisfiedLinkError: dlopen failed: library "libantitrace.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.lahm.library.NDKUtil$1.loadLibrary(NDKUtil.java:15)
    at com.lahm.library.NDKUtil.loadLibrariesOnce(NDKUtil.java:30)
    at com.lahm.library.EasyProtectorLib.checkIsBeingTracedByC(EasyProtectorLib.java:53)

at Application.onCreate(DemoApplication.java:34) -> EasyProtectorLib.checkIsBeingTracedByC();
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1192)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6712)
at android.app.ActivityThread.access$1300(ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

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