I know about this questions:
Failed to resolve: com.android.support:cardview-v7:26.0.0 android
Could not resolve com.android.support:appcompat-v7:26.1.0 [dup
try this :
android { compileSdkVersion 26 buildToolsVersion "26.0.1" defaultConfig { targetSdkVersion 26 } } compile 'com.android.support:appcompat-v7:25.1.0'
It has worked for me