gpt4 book ai didi

android - 如何在android Lollipop的xml中添加RecyclerView

转载 作者:太空宇宙 更新时间:2023-11-03 11:10:16 24 4
gpt4 key购买 nike

我已经用 Android 5.0 (API 21) 更新了我的 android SDK;我还更新了平台工具和构建工具。

我收到 找不到以下类:
- 在布局 xml 文件中添加 RecycleView 后,android.support.v7.widget.RecyclerView(修复构建路径、编辑 XML、创建类)
错误。

我的布局 xml 文件如下所示:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.androidlintro.MainActivity" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />

<android.support.v7.widget.RecyclerView
android:id="@+id/my_recycler_view"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

</RelativeLayout>

谁能告诉我哪里出了问题。为什么即使在下载了整套软件(新 SDK、构建工具、平台工具等)后我仍会收到此错误

注意:我使用的是eclipse IDE

最佳答案

确保 Android 支持库包含在您的项目中。

在 Eclipse 中:右击项目 -> 属性 -> Android

然后将 Android 支持库添加到构建路径。

然后清理项目并构建。

关于android - 如何在android Lollipop的xml中添加RecyclerView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26465703/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com