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:
- Created 4 years ago
- Reactions:1
- Comments:16 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
delete the
app/build
folder solve my problem, now it works.@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.