Could not resolve com.android.tools.build:gradle:2.3.+

Posted TaoLee-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not resolve com.android.tools.build:gradle:2.3.+相关的知识,希望对你有一定的参考价值。

在由3.2.0升级android studio 到3.2.1之后,之前正常编译的项目,报错。发现很多之前的第三方库没有指定明确版本的都找不到依赖了。解决办法是全部指定 明确的版本号。

-    compile 'cn.testin.analysis:testin-data:latest.integration'
-    compile 'cn.testin.analysis:bugout:latest.integration'
-    compile 'cn.testin.analysis:bugout-ndk:latest.integration'

替换为

+    compile 'cn.testin.analysis:testin-data:5.0.8'
+    compile 'cn.testin.analysis:bugout:1.0.5'
+    compile 'cn.testin.analysis:bugout-ndk:1.0.0-beta'

看到全网很多类似的问题。有的可能是网络原因,需要科学上网。这个问题还是比较坑的。

这个类似问题

java.lang.NoSuchMethodError: No static method getNoBackupFilesDir(Landroid/content/Context;)Ljava/io/File; in class Lcom/google/android/gms/common/util/zzx; or its super classes (declaration of ‘com.google.android.gms.common.util.zzx’ appears in /data/data/com.shafi.app/files/instant-run/dex/slice-com.google.android.gms-play-services-basement-9.8.0_e816c785e83e97704fbd262674378e0e6ad734ab-classes.dex)

第三方库修改为指定版本即可解决

希望对你有帮助。

以上是关于Could not resolve com.android.tools.build:gradle:2.3.+的主要内容,如果未能解决你的问题,请参考以下文章

IDEA用github提交Could not resolve host: github.com的解决方案

mysql could not be resolved: Name or service not known

ssh: Could not resolve hostname问题终于解决了?

Push to GitHub:could not resolve host: github.com

Could not resolve bean definition resource pattern 解答了加分

git提示错误关于错误:ssh: Could not resolve hostname github.com: Name or service not known.fatal: Could not r