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

After updating the version from 6.0.0 to 7.0.1, getting below errors. #166

Open
Tanmay321 opened this issue Jan 25, 2023 · 8 comments
Open

Comments

@Tanmay321
Copy link

Hello,

I am trying to update the jitsi-meet-sdk version from 6.0.0 to 7.0.1 but getting below error after gradle build started.

org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.jitsi.react:jitsi-meet-sdk:7.0.1.
org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.MetaDataParseException:

@saghul
Copy link
Member

saghul commented Jan 25, 2023

How does your build.gradle look like? Did you update Gradle itself by any chance?

@Tanmay321
Copy link
Author

Tanmay321 commented Jan 30, 2023

@saghul I have updated the gradle version to 7.0.2, but it's still throwing same error.

@saghul
Copy link
Member

saghul commented Jan 30, 2023

Sorry, I don't know what causes this.

@tmoldovan8x8 any ideas?

@tmoldovan8x8
Copy link
Contributor

Hey @Tanmay321, I've just tried to update the jitsi-sdk to 7.0.1 in the sample app, where we have gradle 7.0.2 and it worked fine https://github.com/jitsi/jitsi-meet-sdk-samples. Could you paste the entire build output and even the gradle file, maybe we can figure out that is causing the issue.

@Tanmay321
Copy link
Author

Referred the jitsi-meet-sdk-sample code and did change in my project. Now the error message is changed.

Error:
:app:writeDebugSigningConfigVersions
org.gradle.api.internal.artifacts.ivy
service.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugCompileClasspath'.
org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Gradle Sync issues

Screenshot 2023-01-30 at 3 45 47 PM

@saghul
Copy link
Member

saghul commented Jan 30, 2023

Looks like your signing config is not set correctly.

@Tanmay321
Copy link
Author

Whenever i am downgrading the version to 6.0.0 it's working fine and not throwing any error. Once the version is upgraded then only i am getting this issues.

@anurags2102
Copy link

anurags2102 commented Feb 27, 2023

Hi @saghul when I am trying to use version 7.0.1, I am getting the below issue. Can anyone help me for this?

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/R$string;
at com.google.android.gms.common.internal.StringResourceValueReader.(com.google.android.gms:play-services-basement@@17.5.0:4)
at com.google.firebase.FirebaseOptions.fromResource(FirebaseOptions.java:156)
at com.google.firebase.FirebaseApp.initializeApp(FirebaseApp.java:243)
at com.google.firebase.provider.FirebaseInitProvider.onCreate(FirebaseInitProvider.java:51)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2494)
at android.content.ContentProvider.attachInfo(ContentProvider.java:2464)
at com.google.firebase.provider.FirebaseInitProvider.attachInfo(FirebaseInitProvider.java:45)
at android.app.ActivityThread.installProvider(ActivityThread.java:7602)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:7125)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7009)
at android.app.ActivityThread.access$1700(ActivityThread.java:274)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2098)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:8068)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants