gpt4 book ai didi

android - 如何添加 RecyclerView 依赖 - gradle 3

转载 作者:行者123 更新时间:2023-11-30 00:17:11 27 4
gpt4 key购买 nike

<分区>

我已经开始使用 android 和 Kotlin,但在创建 RecyclerView 时遇到了问题。到目前为止,我看到的是我有一个新的 gradle 版本,但我不知道如何包含我需要的依赖项。

下面你可以看到我对 build.gradle (app) 的依赖

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation"org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:26.0.0-beta1'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:0.5'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:2.2.2'
}

我猜问题出在依赖的 RecyclerView 上,我找不到如何使用它。

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