-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Gradle error: Could not find method dependencyResolutionManagement() #16647
Comments
Please indicate the Gradle and Android versions |
@ljacomet |
There is your problem: that API |
This actually helped, I bumped my gradle version to 6.8.2 and it synced. But I think android studio has a bug because was a new project and they had to do this out of the box. |
hi, I also ecounter same problem with gradle version 7.0.2, this happens only when i run Gradle command
thanks |
Expected Behavior
Android Gradle should sync project
Current Behavior
I used android studio yesterday very well, everything was okay, but suddenly today gradle is not syncing.
First I got an that the jdk location is wrong, then I select the location in the pop up but it happens again in subsequent restarts.
Also I get this error:
`A problem occurred evaluating settings 'Campus'.
This was not a problem yesterday
Context
Steps to Reproduce
create a new android project
Your Environment
Build scan URL:
The text was updated successfully, but these errors were encountered: