How to fix “Gradle’s dependency cache may be corrupt” error after updating android studio from 2.2.3 to 2.3?
Home/how to solution
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
422822993
go to the "home.gradle\wrapper\dists" folder and cut/delete the "gradle-3.3-all" folder, now rebulid the project. This should resolve the issue, as it worked for me.
go to the “home.gradle\wrapper\dists” folder and cut/delete the “gradle-3.3-all” folder, now rebulid the project. This should resolve the issue, as it worked for me.
See less