无法仅解决recyclelerview

时间:2015-06-24 05:51:06

标签: android android-studio android-support-library android-recyclerview

我有一个奇怪的错误 这是我的错误捕获

show me error
Big Size Image here

我必须安装Support Repository和Support Libray 但没有找到recyclerview

如果我点击“安装存储库和同步项目”,
显示此窗口

enter image description here

完成,项目清洁,
但仍然是同样的错误

寻找辛勤工作,但却没有解决 谢谢


我已经看过here问题了 试试21.0.1,2,3,+
还是一样的错误 enter image description here

1 个答案:

答案 0 :(得分:3)

你的依赖项中有一个拼写错误,在组ID后面有一个点而不是冒号。

应该说:

compile 'com.android.support:recyclerview-v7:21.0.0'
                            ^

另外,请考虑使用最新版本(22.2.0)而不是21.0.0。