signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.55k stars 415 forks source link

"libsignal_jni.so" not found #372

Closed ahmedcs2600 closed 3 years ago

ahmedcs2600 commented 3 years ago

I am trying to run Signal Java Library in my android Project & I am getting the exception java.lang.UnsatisfiedLinkError: dlopen failed: library "libsignal_jni.so" not found I have imported this library in my build.gradle(app) implementation 'org.whispersystems:signal-client-java:0.9.6'

jatin-lakhani commented 3 years ago

+1

jrose-signal commented 3 years ago

The dependency you need is signal-client-android, not just signal-client-java. Does the build work if you switch to that?

ahmedcs2600 commented 3 years ago

The dependency you need is signal-client-android, not just signal-client-java. Does the build work if you switch to that?

Yes Its working now

marinat commented 10 months ago

For libsignal-client just use https://mvnrepository.com/artifact/org.signal/libsignal-android