When I build gradle in Android Studio, this error appears , An error also appears in the build.gradle
I restarted and the problem is not fixed ,And I didn’t find solutions to a problem like this
When I build gradle in Android Studio, this error appears , An error also appears in the build.gradle
I restarted and the problem is not fixed ,And I didn’t find solutions to a problem like this
2
Answers
You might try this command:
You might have 2 versions of Groovy on your classpath.
Take a look at it, correct your dependencies, if this is the problem, and try again.
try
flutter clean
run
flutter doc
to check for an issueand re run
else you might need to update your dependencies