Skip to content
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

java.lang.UnsatisfiedLinkError: dlopen failed: library "libjsc.so" not found [App Crashed] #2389

Closed
tushar-patil-android opened this issue Jan 16, 2018 · 6 comments
Labels
wontfix Issue won't be fixed

Comments

@tushar-patil-android
Copy link

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.

@tushar-patil-android
Copy link
Author

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)

@saghul
Copy link
Member

saghul commented Jan 16, 2018

Do you happen to be using Google Analytics on your project too? See facebook/react-native#4172

@ted-vo
Copy link

ted-vo commented Mar 9, 2018

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.

@asnagni
Copy link

asnagni commented Mar 25, 2018

I'm having the same issue.

@ashtrisk
Copy link

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?

@stale
Copy link

stale bot commented Dec 3, 2018

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.

@stale stale bot added the wontfix Issue won't be fixed label Dec 3, 2018
@stale stale bot closed this as completed Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Issue won't be fixed
Projects
None yet
Development

No branches or pull requests

5 participants