question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jitsi-meet-sdk without google play service dependencies

See original GitHub issue

As mentioned here I’m trying to build riot-android without using https://github.com/jitsi/jitsi-maven-repository.

I’m currently blocked by a runtime crash java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/SignInButton; which I think the react-native-google-signin module tries to bring in.

As this is (afaik) a google proprietary library we can’t include it in any software built for f-droid release.

Is there a way to not require any proprietary libraries for jitsi-meet? Or am I completely missing something here?

CC @saghul

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:22 (11 by maintainers)

github_iconTop GitHub Comments

4reactions
saghulcommented, Jun 28, 2019

As a matter of fact, yes 😃 We just released SDK 2.2.0! Release notes here: https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md#220-2019-06-28

I’ll close this then. If there is anything we missed please open a new issue and we’ll take care of it!

4reactions
Bubucommented, May 1, 2019

Awesome, I will try that!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Set up Google Play services
Declare dependencies for Google Play services · Open the build.gradle file inside your app's module directory. · For each SDK that your app...
Read more >
Dependencies of Firebase Android SDKs on Google Play ...
Some Firebase Android SDKs depend on Google Play services, which means they will only run on devices and emulators with Google Play services...
Read more >
How to Build a Video Calling Android App with Jitsi Meet SDK?
Now, Navigate to the Gradle Scripts > build.gradle(Module:app) add the below dependency in the dependencies section.
Read more >
Android SDK | Jitsi Meet - GitHub Pages
If you want to see how easy integrating the Jitsi Meet SDK into a native ... do not require any modification to the...
Read more >
Android signed build crashes - Jitsi Community Forum
(other dependencies) implementation ('org.jitsi.react:jitsi-meet-sdk:2. ... implementation 'com.google.android.gms:play-services-gcm:9.0.1'
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found