-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
libreactnativejni.so", RTLD_LAZY) failed: dlopen failed: cannot locate symbol _ZSt14__once_functor #14036
Comments
PS: it's rn0.44 |
i have the same issue with RN 0.43 |
I have a similar problem. But I found that he was caused by third party sdk. When I eliminated the third party, SDK recovered. |
I've solved this problem because he's using the same source of the third party SDK's .so dynamic link library as the .so dynamic link library in React native. My approach is to find the third party sdk. Delete the same .so file. That's the solution to this bug. 我已经解决了这个问题,他是由于第三方sdk的so动态链接库与React native中的so动态链接库用了同一份导致的。我的办法是找到这个第三方的sdk。将相同的so文件删除掉。这样做就解决了这个bug。 |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
Description
I have tried to integerate react native component to my existed android app. But failed for reasons below:
I followed the facebook's guide, but failed every time, I donnot know why and hope anyone can help me. Thanks.
The text was updated successfully, but these errors were encountered: