-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError: at com.facebook.soloader.SoLoader.doLoadLibraryBySoName (SoLoader.java:738) #25782
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.60 and verify if the issue still exists. The "Resolution: Old Version" label will be removed automatically once you edit your original post with the results of running `react-native info` on a project using the latest release.
|
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
Still happening with 0.60.5 |
Hi @john1jan we're experiencing this kind of issue too. Did you find any solution? |
I am also ran into the same issue. |
Hi, I have the same problem. Did you find a solution? |
Has anyone found a solution to this problem yet? |
@react-native-bot the issue is still not resolved we are getting the same crash more and more |
APP CRASHES ON LAUNCH, This is what i found in |
Issue persist? |
unfortunately yes :( |
Issue persists still for today |
yes |
I upgraded my react native from 59.10 to 62.0, so I got the same issue the following answer is copied from StackOverflow that helped me.I solved this problem by this steps install hermesvm : npm i hermesvm project.ext.react = [ def jscFlavor = 'org.webkit:android-jsc:+' dependencies { allprojects {
|
So you meant to say, after enabling hermes engine this crash got solved ? |
For me not. |
Just as an fyi, the following issue in React Native has many more solutions for the same problem: #23764 |
solution? I have same problem |
I am facing same issue. any solution? |
I chose to use the apk, I couldn't solve the bundle problem |
I am having this error with 0.64 version using hermes and creating app bundle |
Is someone found how to solve it? |
Why the issue is closed if there are so many people experience it? |
werid, still having the same issue. |
It is so weird that this issue is closed. I think they need to reopen it. |
I having this too - it's causing so many android crashes on prod! 😭 |
I have this too, it's causing so many androids crashes on prod. |
same here, still happening with .aab builds |
Any updates? |
Same here, on 0.64.1 and react 17.0.2 |
App crashes after android app bundle.
React Native version:
React Native Environment Info:
System:
OS: macOS 10.14.4
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 36.11 MB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 11.6.0 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.5.0 - /usr/local/bin/npm
SDKs:
Android SDK:
API Levels: 23, 25, 26, 27, 28
Build Tools: 23.0.1, 26.0.2, 28.0.3
System Images: android-19 | Intel x86 Atom, android-19 | Google APIs Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5692245
Xcode: /undefined - /usr/bin/xcodebuild
npmPackages:
react: 16.8.5 => 16.8.5
react-native: 0.59.5 => 0.59.5
npmGlobalPackages:
generator-react-native-ignite: 1.13.0
react-native-cli: 2.0.1
react-native-ignite: 1.13.0
Steps To Reproduce
Describe what you expected to happen: No crash
The text was updated successfully, but these errors were encountered: