gpt4 book ai didi

android - 无法解决 com.android.support :appcompat-v7:22 and com. android.support :recyclerview-v7:21. 1.2

转载 作者:IT老高 更新时间:2023-10-28 13:25:38 26 4
gpt4 key购买 nike

我安装了 ALL ExtraSDK API 21-22 包括更改

compileSdkVersion 22 到 21buildToolsVersion '22.0.1' 到 21.1.2

我遇到了 API 22 的渲染问题。我已尝试将版本更改为 <= 21,但仍然出现错误。

最佳答案

这些是您可以根据 API 需要添加到 build.gradle 中的正确版本。

API 24:

implementation 'com.android.support:appcompat-v7:24.2.1'
implementation 'com.android.support:recyclerview-v7:24.2.1'

API 25:

implementation 'com.android.support:appcompat-v7:25.4.0'
implementation 'com.android.support:recyclerview-v7:25.4.0'

API 26:

implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:recyclerview-v7:26.1.0'

API 27:

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'

关于android - 无法解决 com.android.support :appcompat-v7:22 and com. android.support :recyclerview-v7:21. 1.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29284236/

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