Mihir Patel
Mihir Patel
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
@nicsachin For me, it's still not working. Did you tried running the [sample project](https://github.com/mhrpatel12/ReactApplication) I've shared?
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
I'm not migrating from .59 to .60. This issue happens even on a brand new android project which uses AndroidX. You can see for yourself on [sample project](https://github.com/mhrpatel12/ReactApplication) I created.
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
@BrendonSled Were you able to run the app successfully after making those changes? For me, even after merging your changes it's not working.
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
@chrisspankroy yes, I have made sure that `$rootDir/../node_modules/jsc-android/dist` is a valid path in my project. I also did `npm install --save jsc-android` to double-check. Still, I'm getting the same issue....
couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found
@crispywong thank you, it's working now. Still, I'm confused what's going on, why I'm able to run perfectly on version 0.59.10 without all these changes?
any luck with this? I'm also facing the same issue. Double checked signing keys in firebase as well as google developer console, and it doesn't seem to be working.