Error:(3, 0) Gradle DSL method not found: 'android()' Possible causes:The project 'PayBillet' may be using a version of Gradle that does not contain the method. The build file may be missing a Gradle plugin.
What can cause this error and how to fix it?
Attaching a gradle module file
configurations.maybeCreate("default") artifacts.add("default", file('sqljdbc42.jar')) android { compileOptions { targetCompatibility JavaVersion.VERSION_1_7 sourceCompatibility JavaVersion.VERSION_1_7 } }