-
Notifications
You must be signed in to change notification settings - Fork 69
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
[Android] Error when loading lib: dlopen failed: library "libjsc.so" #4
Comments
What is your RN version? |
Hello, we are using RN
Removing it causes the following compilation error:
At first, I thought it would be something related to that particular project but if I remove that reference then another module fails with a similar error. By your question about the version, I assume you are thinking that the library was compiled with a lower version of RN. Correct? |
Or actually, quite the opposite, I just looked at the |
@andresesfm react-native version and react-native-v8 version should be same. |
Yes as @bhaskarGyan said, the version should be matched. |
Yup, it makes sense. We have a task to update to .60 but since it requires a big overhaul due to the androidx change |
@andresesfm FYI. As there are many people getting frustration to upgrade 0.60 for AndroidX, I did backport RN V8 support to 0.59.10. |
After following implementation steps in README.md. The app compiles and attempts to launch but crashes with the following exception:
According to https://stackoverflow.com/questions/43368926/android-reactnative-java-lang-unsatisfiedlinkerrorcould-find-dso-to-load-libre This could be related to a missing 64bit library.
Note that we cannot revert to 32bit since Google will soon enforce 64bit support
Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: