我想使用我想将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中
依赖项{编译(名称:'sinch-android-rtc',版本:'+',ext:'aar')}