question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

couldn't find DSO to load: libflipper.so caused by: dlopen failed: library "libevent_extra-2.1.so" not found result: 0

See original GitHub issue

🐛 Bug Report

After upgrading to Flipper 0.31.2 and SoLoader 0.8.2, we had a runtime crash like below

2020-02-20 15:53:56.168 25246-25324/com.Slack.internal.debug E/SoLoader: couldn't find DSO to load: libflipper.so caused by: dlopen failed: library "libevent_extra-2.1.so" not found result: 0
2020-02-20 15:53:56.169 25246-25324/com.Slack.internal.debug E/AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
    Process: com.Slack.internal.debug, PID: 25246
    java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libflipper.so caused by: dlopen failed: library "libevent_extra-2.1.so" not found result: 0
        at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:825)
        at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:673)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:611)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:559)
        at com.facebook.flipper.android.EventBase.<clinit>(EventBase.java:19)
        at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)

To Reproduce

Unfortunately happens in our internal project

Expected Behavior

Doesn’t crash

Environment

Android 10, target/compile SDK 29

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

18reactions
jaychang0917commented, Apr 10, 2020

delete the app/build folder solve my problem, now it works.

9reactions
stopachkacommented, Sep 11, 2021

@Isaacmeedinaa if you found this through a react-native error, I set the flipper version to 0.105.0, and it went this past this bug.

Read more comments on GitHub >

github_iconTop Results From Across the Web

java.lang.UnsatisfiedLinkError: couldn't find DSO to load ...
When I run this I get the error with following stack trace: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so result: 0 ...
Read more >
Error libflipper when I build my app : u/marina-amy - Reddit
Hello, I have this error when I build my app : couldn't find DSO to load: libflipper.so caused by: dlopen failed: library "...
Read more >
react-native-flipper - npm
react-native-flipper. TypeScript icon, indicating that this package has built-in type declarations. 0.176.1 • Public • Published 13 days ago.
Read more >
couldn't find DSO to load: libfbjni.so - flipper - github record :)
Bug Report. I have implemented Flipper with several plugins into my native android app. But unfortunately for some reason running UI tests does...
Read more >
SoLoader 0.8.0 couldn't find DSO to load - issue on .apk build
Seeing a similar issue on 0.8.0 with a different stack trace. 2019-12-26 11:43:06.860 14603-14619/? W/System.err: java.lang.UnsatisfiedLinkError: dlopen ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found