I am working on a project with android studio 4.0 and stuck here. I am getting an error that says
Could not load wrapper properties from c:\users\rishabh\androidstudioprojects\animations\gradle\wrapper\gradle-wrapper.properties.
I am working on a project with android studio 4.0 and stuck here. I am getting an error that says
Could not load wrapper properties from c:\users\rishabh\androidstudioprojects\animations\gradle\wrapper\gradle-wrapper.properties.
Update the gradle distribution to latest version. Replace you distribution URL to below:
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
Also, make sure Toggle Offline Mode
is off. You can see here how to do that. It should look like the below image