Gradle Project Refresh Failed Error
Today i got an update for my Canary Android studio and I have updated my android studio from 3.0 Canary 9 to 3.0 beta 2, and it wanted to upgrade the Gradle version from com.androi
Solution 1:
Replace all your compile
keywords with implementation
or api
respectively in your build.gradle.
Follow this to decide replacements: Migrate to Android Plugin for Gradle 3.0.0
Post a Comment for "Gradle Project Refresh Failed Error"