App Bundle : couldn't find DSO to load: libfb.so
See original GitHub issueWe 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:
- Created 4 years ago
- Reactions:14
- Comments:25 (3 by maintainers)
Top 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 >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
@oprisnik is there any idea when a new version for
com.facebook.conceal
using 0.8.0 will be released?Any update on this?