找不到 com.google.android.exoplayer:exoplayer:2.13.2 每次我尝试在 android 中构建时都会显示此错误。IOS对我来说工作得很好。
我将 jcenter 添加到android/build.gradle中,如下所示:
allprojects {
repositories {
.... # rest of your code
jcenter() {
content {
includeModule("com.yqritc", "android-scalablevideoview")
}
}
}
}Run Code Online (Sandbox Code Playgroud)
但这对我不起作用。