gpt4 book ai didi

android - 是什么取代了 AndroidX 中的 appcompat-v7

转载 作者:行者123 更新时间:2023-11-29 15:33:44 25 4
gpt4 key购买 nike

在将我的几个旧项目迁移到 AndroidX 之后,好像我的三个依赖项已被弃用:

   implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'

我一直没能找到这些依赖项的替代品。

AndroidX 是否具有这些依赖项的等效项?

最佳答案

按顺序使用:

implementation 'androidx.appcompat:appcompat:1.0.2'   
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'

如果您想使用alpha/beta 版本:

implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'com.google.android.material:material:1.1.0-alpha09'

有关版本的更多信息:

关于android - 是什么取代了 AndroidX 中的 appcompat-v7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57655435/

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