Android Studio添加依赖编译报错

Posted 猿起

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio添加依赖编译报错相关的知识,希望对你有一定的参考价值。

Warning:Conflict with dependency ‘com.google.code.findbugs:jsr305‘. Resolved versions for app (3.0.1) and test app (2.0.1) differ. See http://g.co/androidstudio/app-test-app-conflict for details.

原因:由于添加的依赖版本是最新的,而代码仓库里边并没有最新的依赖导致报错

解决办法:在build.gradle中添加下面代码即可解决

configurations.all {
resolutionStrategy.force ‘com.google.code.findbugs:jsr305:3.0.1‘
}


以上是关于Android Studio添加依赖编译报错的主要内容,如果未能解决你的问题,请参考以下文章

我的Android进阶之旅Android Studio 中 使用git提交代码报错:Can‘t commit changes from multiple changelists at once(代码片

错误记录Android Studio 编译报错 ( Error:Connection timed out: connect | 更新配置依赖仓库方式 )

错误记录Android Studio 编译报错 ( Error:Connection timed out: connect | 更新配置依赖仓库方式 )

6.2、Android Studio 添加编译依赖

Android Studio编译OsmAnd出现警告:GeoPointParserUtil.java使用或覆盖了已过时的 API。有关详细信息请使用-Xlint:deprecation重新编译(代码片

android studio kotlin 编译的报错提示::app:stripDebugDebugSymbols