我指的是https://wiki.mozilla.org/Mobile/GeckoView 并且还使用 Exo Player。这正在造成 Gradle 冲突。
[Error image][1]https://i.stack.imgur.com/z8Axo.png
我必须尝试从 Mozilla Gradle 中排除 exoplayer,但仍然无法正常工作。
implementation 'com.google.android.exoplayer:exoplayer:2.10.5'
[![enter image description here][1]][1]implementation ('org.mozilla.geckoview:geckoview-nightly:70.0.20190712095934'){
exclude group: 'com.google.android.exoplayer', module:'exoplayer-core'
exclude group: 'com.google.android.exoplayer', module:'exoplayer-dash'
}