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.

App Bundle : couldn't find DSO to load: libfb.so

See original GitHub issue

We tried to use App Bundle on our native Android app, but it crashes right after we launch the installed apks with the following error:

2019-08-27 16:48:27.394 E/com.facebook.soloader.NativeLibrary: Failed to load native lib: 
    java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfb.so
        at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:455)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:371)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:336)
        at com.facebook.soloader.NativeLibrary.loadLibraries(NativeLibrary.java:56)
        at com.facebook.soloader.NativeLibrary.ensureLoaded(NativeLibrary.java:77)
        at com.facebook.android.crypto.keychain.AndroidCryptoLibrary.ensureCryptoLoaded(AndroidCryptoLibrary.java:32)
        at com.facebook.crypto.Crypto.isAvailable(Crypto.java:57)

With apk, it works fine.

Even the “patched” here, on the merged PR, doesn’t work for us https://github.com/facebook/SoLoader/pull/26

We’ve made some research and it looks like it is related to this issue, but we couldn’t figure out how to fix it. https://github.com/facebook/react-native/issues/23764 Should we have to wait until this issue is fixed? or does anyone know how to fix it?

Edit: We are using implementation ("com.facebook.conceal:conceal:2.0.2@aar")

Thank you in advance 😃

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:14
  • Comments:25 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
victorlaertecommented, Sep 25, 2019

@oprisnik is there any idea when a new version for com.facebook.conceal using 0.8.0 will be released?

1reaction
barnhillcommented, Nov 19, 2019

Any update on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

java.lang.UnsatisfiedLinkError: couldn't find DSO to load ...
I am a beginner in react-native. So I don't know what other details files I need to post here. Do let me know...
Read more >
facebook/litho - Gitter
Hi everyone, i have a big problem with. Fatal Exception: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libyoga.so caused by: couldn't find DSO ......
Read more >
Pytorch not compatible with React-native library - Mobile
Pytorch along with react native is crashing. Below is the error. java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libpytorch_jni.so ...
Read more >
SoLoader is a native code loader for Android.
App Bundle : couldn't find DSO to load: libfb.so. 2019-08-27 16:48:27.394 E/com.facebook.soloader.NativeLibrary: Failed to load native lib: java.lang.
Read more >
Error libflipper when I build my app : u/marina-amy - Reddit
I have this error when I build my app : couldn't find DSO to load: libflipper.so caused by: dlopen failed: library "libfbjni.so" not...
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