Android RecylerView错误

时间:2015-12-07 05:46:42

标签: android android-layout android-recyclerview

我在android RecylerView中遇到了问题。

RecylerView错误:

 "The following classes could not be found:
- android.support.v7.widget.RecyclerView (Fix Build Path, Edit XML, 
                          Create Class)" after adding in xml file.

虽然我添加了appcompat supportv7

请帮助我。

1 个答案:

答案 0 :(得分:0)

您还需要将以下内容添加到build.gradle

compile 'com.android.support:recyclerview-v7:23.0.1'

here

获取信息

Eclipse更新:

如果是eclipse,那么在项目的libs文件夹中添加android-support-v7-recyclerview.jar,它将出现在sdk\extras\android\support\v7\recyclerview\libs