• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

The project 'android' may be using a version of Gradle that does not contain the method.

luwana50

Lurker
I have this error i don't know what to do.

The project 'android' may be using a version of Gradle that does not contain the method.

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
 
How was the gradle file generated?

How did you trigger the error? Are you running from Android Studio?

Do you get some sort if stacktrace? Maybe the name of the method in question? You could share your gradle file
 
Back
Top Bottom