我在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
。
请帮助我。
答案 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