Error:(19, 0) Gradle DSL method not found: 'android()'
Possible causes: The project 'Example' may be using a version of the Android
Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
Fix plugin version and sync project
The project 'Example' may be using a version of Gradle that does not contain the method.
The build file may be missing a Gradle plugin.
Apply Gradle plugin
Solution:
Just remove the following code from build.gradle file
android {
compileSdkVersion 'android-MNC'
buildToolsVersion 'xx.x.x'
}
dependencies {
}
This is not an AI-generated article but is demonstrated by a human.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!