Could not find com.android.tools.build:gradle:3.3.0.
Posted sharley
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not find com.android.tools.build:gradle:3.3.0.相关的知识,希望对你有一定的参考价值。
导入新项目时报错:
Error:Could not find com.android.tools.build:gradle:3.3.0.
Searched in the following locations:
file:/F:/android/Android Studio/gradle/m2repository/com/android/tools/build/gradle/3.3.0/gradle-3.0.0.pom
file:/F:/Android/Android Studio/gradle/m2repository/com/android/tools/build/gradle/3.3.0/gradle-3.0.0.jar
https://jcenter.bintray.com/com/android/tools/build/gradle/3.3.0/gradle-3.0.0.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.3.0/gradle-3.3.0.jar
Required by:
project :
解决办法:
在repositories内添加google()
它会去更换为https://dl.google.com/ 下载
buildscript repositories google() jcenter() dependencies classpath ‘com.android.tools.build:gradle:3.3.0‘ // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files allprojects repositories google() mavenLocal() jcenter() maven // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android"
以上是关于Could not find com.android.tools.build:gradle:3.3.0.的主要内容,如果未能解决你的问题,请参考以下文章
Maven - Could not find artifact
Spark: Could not find CoarseGrainedScheduler
Could not find acceptable representation
./gradlew build:Could not find tools.jar. 解决方法