最新版Android Studio引入RecyclerView的方法,以此记录

来源:1-1 网格布局UI实现

大迷糊and小迷糊

2020-08-02 03:05

我注意到build.gradle文件内容如下:

dependencies {
    implementation fileTree(dir: "libs", include: ["*.jar"])
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.recyclerview:recyclerview:1.1.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    implementation 'com.blankj:utilcode:1.28.0'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

}

据说AndroidX发布后有些支持发生了一些变化(我也不是很懂)。将第一行复制后appcompat改成recyclerview即可。

写回答 关注

1回答

  • weixin_慕慕4386686
    2020-10-26 01:14:49

    http://img1.mukewang.com/5f95b25e000157b707950181.jpg

    我的版本比你还高,直接写也报错,用个注释就好了



我的云音乐(二)

高仿网易云音乐,从零开始开发一款专属自己的音乐APP。

7935 学习 · 82 问题

查看课程

相似问题