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
This problem occurs when there is andoridtestImplementation is added in app.build.
andoridtestImplementation
Remove testImplementation,androidTestImplementation from the app.build, that solves this issue.
testImplementation
androidTestImplementation