This is my build.gradle
apply plugin: \'com.android.application\' android { compileSdkVersion 25 buildToolsVersion \"26.0.2\" android {
I just changed the line
compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
to
compile 'com.android.support:appcompat-v7:26.+'