错误:无法解决:com.android.support:appcompat-v7:23.0.0
安装存储库和同步项目
在“项目结构”对话框中显示
甚至尝试https://code.google.com/p/android/issues/detail?id=183122#makechanges 但它没有奏效 请帮帮我
答案 0 :(得分:0)
错误:无法解决:com.android.support:appcompat-v7:23.0.0
只需在 build.gradle 部分中添加它。
compile 'com.android.support:appcompat-v7:23.0.0'
Update your support repository
最新版本& Clean-Rebuild-RUN
。再次。
如果不能正常工作,请设置
compile 'com.android.support:appcompat-v7:22.0.0'