I used jitsi in my android application but got this error and app crashed "java.lang.UnsatisfiedLinkError: dlopen failed: library "libjsc.so" not found".
Please help me to solve this issue.
Stacktrace -
01-16 12:56:22.284 29992-30132/chat.rocket.android E/UncaughtException: java.lang.UnsatisfiedLinkError: dlopen failed: library "libjsc.so" not found
at java.lang.Runtime.load0(Runtime.java:897)
at java.lang.System.load(System.java:1505)
at com.facebook.soloader.DirectorySoSource.loadLibraryFrom(DirectorySoSource.java:71)
at com.facebook.soloader.DirectorySoSource.loadLibrary(DirectorySoSource.java:42)
at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:299)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:247)
at com.facebook.react.bridge.ReactBridge.staticInit(ReactBridge.java:20)
at com.facebook.react.bridge.NativeMap.
at com.facebook.react.bridge.JSCJavaScriptExecutorFactory.create(JSCJavaScriptExecutorFactory.java:15)
at com.facebook.react.ReactInstanceManager$4.run(ReactInstanceManager.java:833)
at java.lang.Thread.run(Thread.java:761)
Do you happen to be using Google Analytics on your project too? See https://github.com/facebook/react-native/issues/4172

@tushar-patil-android Have that files in your app ? If not using
node node_modules/react-native/local-cli/cli.js bundle
--assets-dest $resourcesDir$
--bundle-output $jsBundleFile$
--dev --entry-file index.android.js
--platform android
--reset-cache
to build and move that to your app assets.
I'm having the same issue.
Hey guys, I am getting the same issue. I have built one module of opencv into .so file myself. I am trying to load this in my project, but getting this error. Any solutions yet?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.