当前位置: 移动技术网 > IT编程>移动开发>Android > 关于android studio中RecyclerView导入的问题

关于android studio中RecyclerView导入的问题

2018年09月17日  | 移动技术网IT编程  | 我要评论

湖北球迷论坛,铁岭师专网站,x战警2迅雷下载

关于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'

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网