得到此错误**“错误:无法解决::sinch-android-rtc:+” **

问题描述 投票:0回答:1

我想使用我想将sinch集成到我的应用程序中的应用程序进行呼叫

依赖项

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])

    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
    implementation(name:'sinch-android-rtc', version:'+', ext:'aar')
}

也添加了此

flatDir {
            dirs '/libs'
        }

还添加到lib中

into my lib folder

android sinch android-sinch-api
1个回答
0
投票
存储库{flatDir {dirs'libs'}}

依赖项{编译(名称:'sinch-android-rtc',版本:'+',ext:'aar')}

© www.soinside.com 2019 - 2024. All rights reserved.