Could not resolve all dependencies for configuration 错误解决方法
修改build.gradle中compileSdkVersion版本号,我的是原来是28修改为25修改compile 'com.android.support:appcompat-v7:27.1.1'改为compile 'com.android.support:appcompat-v7:25.3.1'
修改build.gradle中compileSdkVersion版本号,我的是原来是28修改为25修改compile 'com.android.support:appcompat-v7:27.1.1'改为compile 'com.android.support:appcompat-v7:25.3.1'