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.

SoLoader: couldn't find DSO to load: libflipperfb.so

See original GitHub issue

🐛 Bug Report

Updated Flipper (0.23.1 -> 0.23.4) Updated SOLoader (0.6.0 -> 0.6.1

To Reproduce

As soon as the app starts, it crashes:

E/SoLoader: couldn't find DSO to load: libflipperfb.so
E/AndroidRuntime: FATAL EXCEPTION: FlipperConnectionThread
    Process: com.myapp.debug, PID: 19891
    java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libflipperfb.so
        at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:774)
        at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:627)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:565)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:513)
        at com.facebook.jni.HybridData.<clinit>(HybridData.java:25)
        at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:24)
E/AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
    Process: com.myapp.debug, PID: 19891
    java.lang.NoClassDefFoundError: <clinit> failed for class com.facebook.flipper.android.EventBase; see exception in other thread
        at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:24)

Expected Behavior

The app doesn’t crash

Environment

Tested on a physical device (Pixel 2 running P)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:17 (2 by maintainers)

github_iconTop GitHub Comments

72reactions
xi1494-jaswantdhayalcommented, Jul 10, 2020

cd android && ./gradlew clean

This is worked for me

10reactions
HarshaKoshilacommented, Jul 7, 2020

Issue of some cache file

rm -rf $HOME/.gradle/caches/

Read more comments on GitHub >

github_iconTop Results From Across the Web

couldn't find DSO to load: libjscexecutor.so caused by: dlopen ...
App crash on Android integration with existing apps. Crash log. E/SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen ...
Read more >
E/SoLoader: couldn't find DSO to load: libjscexecutor.so
I'm trying to upgrade my ReactNative application to RN0.59.9. As usual, everything works fine on iOS (manage to build as 64bit) side but...
Read more >
So i basically i cant run my project, as you can see ... - Reddit
So i basically i cant run my project, as you can see when i press it, it starts executing and within few seconds...
Read more >
Fixing React-Native android release build - wesionaryTEAM
... release build Android release build crashes on launch but works fine on a development mode. couldn't find DSO to load: libjsexecutor.so java.lang....
Read more >
Android : React-Native :java.lang.UnsatisfiedLinkError
Android : React-Native :java.lang.UnsatisfiedLinkError: couldn't find DSO to load : libhermes. so [ Beautify Your Computer ...
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