gpt4 book ai didi

android - 适用于 API 10 的 AppCompat V7 最新版本

转载 作者:行者123 更新时间:2023-11-29 15:35:55 28 4
gpt4 key购买 nike

我要开发一个最小 API = 10 的安卓应用程序。目前我的构建工具提供 com.android.support:appcompat-v7:27.1.1,它的最低 API 级别等于 14。哪个是可以在我的旧 API 10 上运行的 appcompat-v7 的最新版本?我找不到合适的引用资料。

最佳答案

基于documentation :

Support Library packages have package names to indicate the minimum level of the API they originally supported, using a v# notation, such as the support-v4 package. Starting with Support Library version 26.0.0 (released in July 2017), the minimum supported API level has changed to Android 4.0 (API level 14) for all support library packages.

The support-v4 and the support-v7 package both support a minimum API level of 14, for releases of the Support Library from 26.0.0 and higher

您需要使用 26.0.0 之前的版本使用 25.4.0。您可以引用详尽的版本列表here .

请注意以下几点:

The release version level of the support library indicates it incorporates some features of that API level, but you should not assume it provides compatibility with all features released in the new platform API version.

关于android - 适用于 API 10 的 AppCompat V7 最新版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50332133/

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