且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将recyclerview添加到项目中

更新时间:2021-07-03 23:28:37

你也可以从android studio菜单添加lib / dependencies。

you can also add lib/dependencies from android studio menu.

点击构建 - >编辑库和依赖关系
然后点击右侧的 + 按钮。

click on "Build" -> "Edit Libraries and Dependencies". then click on "+" button on right side.

搜索任何lib。

示例搜索recycleler

example search "recycler"

然后从列表中选择 com.android.support:recyclerview-v7:xxx 和你的完成。

then select "com.android.support:recyclerview-v7:x.x.x" from list and your done.