关于android studio中RecyclerView导入的问题
程序员文章站
2022-05-25 12:31:09
关于android studio中recyclerview导入的问题。
这个首先可以右键app文件夹,打开
open module settings。
单击ok.进入build.gradle.右...
关于android studio中recyclerview导入的问题。
这个首先可以右键app文件夹,打开
open module settings。
单击ok.进入build.gradle.右上snyp now?
这个需要的东西就添加进去了。
ps:实在不行 直接贴代码:
implementation filetree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support.constraint:constraint-layout:1.1.0' testimplementation 'junit:junit:4.12' androidtestimplementation 'com.android.support.test:runner:1.0.1' androidtestimplementation 'com.android.support.test.espresso:espresso-core:3.0.1' implementation 'com.android.support:recyclerview-v7:26.1.0'
上一篇: Android layer-list 中图片被拉伸问题解决方案
下一篇: c# 对文件的各种操作
推荐阅读
-
详解关于Android Studio中安装和gradle的一些坑
-
Android Studio怎么解决导入项目的中文注释乱码的问题?
-
Android关于WebView中无法定位的问题解决
-
关于Android studio的安装和配置问题
-
ubuntu android studio中关于NDK的使用介绍
-
Android studio Kotlin中配置GRPC和protobuf时出现的一些问题总结
-
adb不是内部或外部命令,关于Android Studio中ADB命令不能用问题的解决办法
-
关于Android Studio 打包 V1 V2 签名的选择问题
-
关于android studio中RecyclerView导入的问题
-
解决一个android studio 3.0升级问题:原来module中的包没法引用