gpt4 book ai didi

android - 错误 : package android. support.v7.widget 不存在

转载 作者:行者123 更新时间:2023-11-29 16:29:43 26 4
gpt4 key购买 nike

我正在尝试使用我最近购买的 RFID 扫描仪提供的 SDK。
我正在尝试运行给定的示例代码,但无法编译。我在编译时遇到以下错误:

error: package android.support.v7.widget does not exist
error: package RecyclerView does not exist

我已经尝试过类似帖子中的所有解决方案,而且我很确定我已经正确安装了支持库。

这是我的 build.gradle (app) 中的所有依赖项

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation 'com.google.android.material:material:1.1.0-alpha08'
testImplementation 'junit:junit:4.13-beta-3'
androidTestImplementation 'androidx.test:runner:1.3.0-alpha02'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha02'
implementation project(':Rfid.AsciiProtocol-Library')
implementation 'com.android.support:appcompat-v7:+'
implementation 'com.android.support:recyclerview-v7:26.0.0'

}

我是 Android Studio 的新手,正如我所说,我尝试了几乎所有类似问题的答案,但没有任何效果,所以我将不胜感激。

最佳答案

你应该用 androidx 替换 android 支持 recyclerview

implementation 'androidx.recyclerview:recyclerview:1.0.0'

而且你可以删除 'com.android.support:appcompat-v7:+' 依赖,因为你已经用

implementation 'androidx.appcompat:appcompat:1.1.0-rc01'

关于android - 错误 : package android. support.v7.widget 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57136094/

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