-
Notifications
You must be signed in to change notification settings - Fork 648
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
[Crash] can't find libhermes.so in certain cases (64bit?) #76
Comments
Maybe your project has different so files between 32 bit and 64 bit. |
they seem to be correct :-/ I pulled the (installed) apk from a phone via |
I'm facing a similar situation. I'm using react native
I correctly published my app on the store and now I'm getting crash on some devices with android 5 and android 6. Interestingly enough, all the devices I got the error with were running an Intel Atom chipset (not sure if relevant). The error:
|
Any updates herE? |
Enable automatic PR creation for dependency updates
Context:
we're having a hybrid app (native + RN), that is using React Native 0.60.4 and Hermes for the RN part.
Current behavior/problem:
the release build (universal APK) that incorporates the Hermes "adaptions" (= switch) is working fine for a big chunk of our userbase but crashes for the others.
crashMessage:
mostly:
couldn't find DSO to load: libhermes.so
,whereas other users have a slightly different message:
(could also be lib-1, lib-2, ...).
Additional info:
SourceFile line 738 in com.facebook.soloader.SoLoader.ॱ
java.lang.UnsatisfiedLinkError
What we did:
a.) switching the "enableHermes" flag from false to true
b.) add a couple of pickFirst entries to the build.gradle file
(similar to what facebook/react-native#25601 (comment) suggested/did)
c.) we had to order the dependencies within the dependencies.gradle file as follows (excerpt)
The text was updated successfully, but these errors were encountered: