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
- 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".
- Do Gradle sync or restart the IDE.
- Once Gradle build is success, can check the "offline work" again.
Post a Comment for "Android Studio Gradle Not Working"