Could not find com.android.tools.build:gradle

来源:互联网 发布:网站域名 编辑:程序博客网 时间:2024/05/16 04:32



Could not find com.android.tools.build:gradle:3.0.0.





或者改代码:根目录下的build.gradle

buildscript {    repositories {        jcenter()    }    dependencies {        classpath 'com.android.tools.build:gradle:2.2.3'        // NOTE: Do not place your application dependencies here; they belong        // in the individual module build.gradle files    }}

阅读全文
0 0
原创粉丝点击