opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
211 stars 169 forks source link

Could not find :unspecified: #386

Closed nikul014 closed 3 years ago

nikul014 commented 3 years ago

Hi,

I was trying to upgrade the opentok from version 2.19.1 to 2.20.0 and it throws the below error in all the projects.

Could not determine the dependencies of task ':modules:compileDebugKotlin'.

Could not resolve all files for configuration ':modules:debugRuntimeClasspath'. Could not find :unspecified:. Searched in the following locations:

  • file:StudioProjects/testing/modules/libs/unspecified.jar Required by: project :modules > project :tele > com.opentok.android:opentok-android-sdk:2.20.0

How can I fix this issue in version 2.20.0?

Thanks

Iannnr commented 3 years ago

Same here, seems to be an issue with 2.20 and the maven repository. Even following the reference from https://tokbox.com/developer/sdks/android/

allprojects {
    repositories {
        ...
        mavenCentral()
        ...
    }
}

then

dependencies {
    ...
    implementation 'com.opentok.android:opentok-android-sdk:2.20.0'
}

still isn't resolved on project build

adrienrx commented 3 years ago

Have you removed maven { url "http://tokbox.bintray.com/maven" } ?

nikul014 commented 3 years ago

Fixed in the version 2.20.1 version.

nikul014 commented 3 years ago

Fixed in the version 2.20.1 version.