I added the following line to my build.gradle(Module:app):
compile \'com.android.support:design:25.4.0\'
But when executing Gradle I\'m ge
Above answers did't resolve anything for me.
Problem found :
Sdk Support Repository was corrupted
.
Fix:
Go to the SDK manager, click the "SDK Tools" tab. If the check-mark for "Support Repository" is selected, unselect it and click OK. This will delete all of the files in the repository. Then recheck the check-mark, click GO and reinstall the repository.