You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have android java project want to use libraries and i have follow all step and when i run my app it was showing "download jitsi-meet-sdk " for half hour then it failed
this is in my build log
`plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
}
i have android java project want to use libraries and i have follow all step and when i run my app it was showing "download jitsi-meet-sdk " for half hour then it failed
this is in my build log
`plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
}
android {
namespace 'com.akshar.videochat'
compileSdk 34
}
dependencies {
}`
this is my setting.gradle
`pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven {
url "https://github.com/jitsi/jitsi-maven-repository/raw/master/releases"
}
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}
rootProject.name = "Video Chat"
include ':app'
`
in the end after 30 min i get
Failed to resolve: org.jitsi.react:jitsi-meet-sdk:8.2.2 Show in Project Structure dialog Show Details Affected Modules: app
The text was updated successfully, but these errors were encountered: