- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
找不到 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")
}
}
}
}
但这对我不起作用。
最佳答案
我遇到了同样的错误!但是我没有得到任何完美的解决方案!我使用一个 hacky 解决方案。您可以尝试一下以节省您的时间!
因此,首先您必须阅读文档。添加所有额外的代码后,你必须去
项目根文件夹:node_modules/react-native-video
在
package.json
"dependencies": {
...
...
"shaka-player": "^3.2.1" // Add this line
},
下一步:转到
/android-exoplayer/build.gradle
dependencies {
...
...
- implementation('com.google.android.exoplayer:exoplayer:2.13.2') { // delete this line
+ implementation('com.google.android.exoplayer:exoplayer:2.13.3') { // add this line
exclude group: 'com.android.support'
}
...
...
- implementation('com.google.android.exoplayer:extension-okhttp:2.13.2') { // delete this line
+ implementation('com.google.android.exoplayer:extension-okhttp:2.13.3') { // add this line
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
}
保存它!并再次运行您的项目!
Note: This will not work if you delete your node_modules folder (You have to add it again for working properly)I think this solution will be added in the next release ofreact-native-video
希望你一切顺利!
关于typescript - react-native-video 5.2.0 Android 构建错误 RNC 0.66.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70829457/
我想使用 Emacs 的 nxml-mode 编辑 XHTML 文件可以使用 rnc用于即时验证的模式。这些都内置于较新的 Emacs 版本中。 但是,我的 XHTML 文件包含来自另一个模式的元素。
我正在开发一个使用 Expo 创建的 React Native 项目。我一直在使用普通的旧 AsyncStorage , 从 react-native 导入,一切都很好。 在查找如何模拟 AsyncS
简短的搜索表明,从 xsd(XML 模式)转换为 rng(RelaxNG)或 rnc(紧凑型 RelaxNG)的所有可用(uUnix 命令行)工具都存在某种问题。 首先,如果我使用 rngconv:
找不到 com.google.android.exoplayer:exoplayer:2.13.2每次我尝试在 android 中构建时都会显示此错误。 IOS 适合我。 我将 jcenter 添加到
我是一名优秀的程序员,十分优秀!