小编You*_*man的帖子

React-native-video 5.2.0 Android 构建错误 RNC 0.66.3

找不到 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)

但这对我不起作用。

在此输入图像描述

typescript react-native

3
推荐指数
1
解决办法
1654
查看次数

标签 统计

react-native ×1

typescript ×1