Answers for "> Plugin with id 'com.android.application' not found."

0

Plugin with id 'com.android.application' not found.

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.xx.y'
    }
}

allprojects {
    repositories {
        mavenCentral()
    }
}
Posted by: Guest on October-31-2020
0

A problem occurred evaluating project ':app'. > Plugin with id 'com.android.application' not found.

buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:2.2.2'
    }
}
Posted by: Guest on October-05-2021

Code answers related to "> Plugin with id 'com.android.application' not found."

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language