-1
Error:(1, 0) Plugin with id 'com.android.application' not found. Open File
Guys I went to open a project, and this mistake came up. Can someone help me, please.
-1
Error:(1, 0) Plugin with id 'com.android.application' not found. Open File
Guys I went to open a project, and this mistake came up. Can someone help me, please.
1
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
Read more here: http://tools.android.com/tech-docs/new-build-system and about version compatibility here: http://tools.android.com/tech-docs/new-build-system/version-compatibility.
Browser other questions tagged java android-studio
You are not signed in. Login or sign up in order to post.
You could detail more about the error occurred.
– viana