今在导入项目时报:Failed to resolve: com.android.support:appcompat-v7:23.1.1包! 一.按F12查看包引用情况 v7包版本不一样,环境中只有com.android.support:appcompat-v7:23.0.0! 二.更改版本号23.0.0,Rebuild project,报错如下: 提示为无法找到 com.android.support:appcompat-v7:23.1.1包,这说明gradle中仓库地址无 法下载相关的依赖包.…