Jitsi-meet: java.lang.UnsatisfiedLinkError: dlopen failed: library "libjsc.so" not found [App Crashed]

Created on 16 Jan 2018  路  6Comments  路  Source: jitsi/jitsi-meet

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.

wontfix

All 6 comments

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.(NativeMap.java:21)
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

screen shot 2018-03-09 at 16 08 14
@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Janhouse picture Janhouse  路  99Comments

edmundlaugasson picture edmundlaugasson  路  36Comments

svtagt picture svtagt  路  55Comments

jans23 picture jans23  路  130Comments

kinnla picture kinnla  路  40Comments