引用第三方包重复处理
Posted cnmly
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了引用第三方包重复处理相关的知识,希望对你有一定的参考价值。
问题描述:
Execution failed for task ‘:app:preDebugBuild‘.
> android dependency ‘androidx.media:media‘ has different version for the compile (1.0.0-rc01) and runtime (1.0.0) classpath. You should manually set the same version via DependencyResolution
处理:
1、gradlew app:dependencies > log_depend.txt
2、打开文件log_depend.txt
,查找引用了不同版本的包
在对应引用时添加:如
3、
以上是关于引用第三方包重复处理的主要内容,如果未能解决你的问题,请参考以下文章
解决未能加载文件或程序集“Newtonsoft.Json ...."或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)(代码片段