Skip to content Skip to sidebar Skip to footer

Android Studio Gradle Not Working

I tried lot of different solutions but none of them is working and still getting error Gradle 'MyApplication' project refresh failed Error:Error:No cached version listing for c

Solution 1:

Fixed the issue, please follow these steps

  1. Goto "File->Settings" in the settings window choose "Gradle" and under the "Globle Gradle Settings" unchecked the "offline work" check box and click "Apply" & "ok".
  2. Do Gradle sync or restart the IDE.
  3. Once Gradle build is success, can check the "offline work" again.

Post a Comment for "Android Studio Gradle Not Working"