Error: (1, 0) Plugin with id 'com.android.application' not found. Open File
Personal I went to open a project, and this error appeared. Can someone help me, please.
Error: (1, 0) Plugin with id 'com.android.application' not found. Open File
Personal I went to open a project, and this error appeared. Can someone help me, please.
Check your version of Grandle and try to update it.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3' //insira um versão mais recente
}
}
Android Gradle Plugin and Gradle interface table
Readmorehere: link and about version compatibility here: link .