-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
couldn't find DSO to load: libhermes.so caused by #35895
Comments
Can you share your |
Thanks! Here you go @cortinico
|
I'm unsure what's your problem as: The error in the stacktrace says
while the title of this issue is: Can you copy the content of your |
Hey @cortinico, Hope this is more clarifying. It's happening when I am launching the App on Emulator or Physical Device. It only happens when I am using Full strack trace is
Then the App Closes Here is my
|
So there is something going on with your If not, make sure it follows the template setup: react-native/template/android/app/src/main/java/com/helloworld/MainApplication.java Lines 15 to 50 in 059184e
|
I've looked into my MainApplication and it doesn't look different from what you have shown.
|
Ok then there is something really odd going on with your project. I believe you're for some reason using a older version of React Native (maybe something you installed globally?) |
|
@cortinico do you have any suggestions for me to provide you better information. I am still seeing this issue. I've tried to run through all of the Android files, and check diffs towards the template project. And I don't see any significant differences. |
i've got the same crash. |
i've got the same crash.
|
I'm getting the same crash in Crashlytics, also on a Nexus 5X with Android 8.1.0 like @LaGregance, but I'm using RN 0.71.3. Please look into it. |
Firebase crashytics reported this same problem today. The things I noticed were that it was reported on two rooted Sony android devices and that it seems very device specific. Despite some suggestions it relates to the minSdkVersion, we are using the same minSdkVersion as RN uses, so it looks like this isn't the root cause. |
have same problem in production, this topic must not be closed |
Yes, our reports in the Firebase Crashlytics from the Firebase Test Lab (we receive this crash report only from emulators of the Firebase Test Lab, not from real devices) includes the following data:
Also I tried using emulators on the x86_64 platform. And there is not this crash :( |
update : The problem remains with the pixel 6 pro Perhaps I have identified the issue and found that there are multiple versions of fresco dependencies that have not been validated yet. Perhaps it is not the problem, but it is necessary to address it.
|
Also experiencing the same issue |
No need to rebuild third-party
as described in Patch to fix |
My mistake, notifications came, but later |
I'm on >0.74 unfortunately and still getting it |
Same issue in Firebase Crashlitycs. |
Same error happening on version: "react-native": "0.73.8" |
Same here in "react-native": "0.74.3" |
It is happening for me on React native version as everyone is saying that it is happening on Nexus 5x and Pixel 6 pro only, is this on real device or something else. |
Same with 0.73.6 |
I'm thinking that these devices causing these errors might be from the automatic tests in Google Play Store called Pre Launch Reports. They run the app on various different devices and many times cause errors. I'm going to disable these tests to see if the errors stop happening. |
Any result from this? |
|
I found this on google support https://support.google.com/faqs/answer/12576726?hl=en, can someone confirm this solves the issue? I am receiving this on
|
Same error logged on Crashlytics with RN 0.76.0 |
Old arch? |
Yes |
I have the same crash for RN 0.71.16. Any solution ? |
Same error occurred in React Native version 0.73.6, received via Firebase Crashlytics. Device Details:
|
"react-native": "^0.76.5" + old arch + Pixel 6 Pro + Android 12 Same crash. |
"react-native": "^0.76.5" + old arch + Nexus 5X + Android 13 Same crash. |
Description
Version
0.71.0
Output of
npx react-native info
System:
OS: macOS 13.1
CPU: (10) arm64 Apple M1 Pro
Memory: 70.36 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 8.11.0 - ~/.nvm/versions/node/v16.16.0/bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/lib/ruby/gems/2.7.0/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 17.0.4 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.0 => 0.71.0
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
When building towards Android no issues on IOS.
Snack, code example, screenshot, or link to a repository
When building towards Android no issues on IOS.
The text was updated successfully, but these errors were encountered: