-
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
App is being crashed instantly after build : java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libturbomodulejsijni.so #35264
Comments
facing same issue +1 |
I suspect this was related to #35210 |
the issue is still exist, i am using react native version is 0.63.2 i tried to update to 0.63.5 as suggest to Please Help |
+1 it still exist, any fix ? |
i know it's weird but this error gone when i turn debug with chrome on !!!!! |
Thanks anyway, it works |
any solution ? |
Facing the same issue with RN 0.63.5. Here's what I tried:
app/build.gradle
gradle.properties
Please help... Build succesfull, app crashes with exact the same error after opening at on my android device. |
In app/build.gradle I changed following line: to following line: Now the issue is still there but it's called different:
The weird thing is, when I activate debugging via chrome, it works - but unfortunately the app itself has lots of bugs then, so it isn't really usefull. |
I finally fixed the issue by upgrading my react native version from 0.63.5 to 0.64.4. |
yes it also worked for me, but when i stop debugging error comes again |
I was using RN V0.63.3 until this build failures happenings.
I change my version to 0.63.5 and build done successfully. Now my application is being crashed instantly after build in development mode.
I upgraded my gradle version from 3.5.2 to 3.5.3 and tried these fixes :
my project configurations :
Error log :
so, could you help me to fix the problem?
Originally posted by @NavidAsadi in #35210 (comment)
The text was updated successfully, but these errors were encountered: