更新SDK后出现资源错误

时间:2015-08-20 12:51:51

标签: java android android-studio sdk

  

错误:无法解决:com.android.support:appcompat-v7:23.0.0

安装存储库和同步项目

在“项目结构”对话框中显示

甚至尝试https://code.google.com/p/android/issues/detail?id=183122#makechanges 但它没有奏效 请帮帮我

1 个答案:

答案 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'