Plugin with id ‘com.android.application‘ not found
导入三方项目出现Plugin with id ‘com.android.application’ not found异常 一般是缺少以下内容
buildscript {
repositories {
jcenter()
maven {
url ‘https://maven.google.com/’
name ‘Google’
}
}
dependencies {
classpath ‘com.android.tools.build:gradle:3.1.4’
//注意:更换成自己的AS的版本
}
}
.
原创
2021-04-13 13:39:06 ·
800 阅读 ·
0 评论