Could not resolve all dependencies for configuration 错误解决方法

修改build.gradlecompileSdkVersion版本号,我的是原来是28修改为25
修改compile 'com.android.support:appcompat-v7:27.1.1'改为compile 'com.android.support:appcompat-v7:25.3.1'