Answers for "plugin with id 'com android application not found 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

Code answers related to "plugin with id 'com android application not found plugin with id 'com android application not found"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language