简体   繁体   English

我应该选择什么样的最低SDK版本? (如2018年11月)

[英]What is the minimum SDK version should I choose? (as in Nov 2018)

As I am aware, default min SDK set in android studio is 15. I have read that I should increase it as there aren't many (or maybe none) who is still using that android version. 据我所知,在android studio中设置的默认min SDK是15.我已经读过我应该增加它,因为没有多少(或者没有)仍在使用该Android版本。 Plus, I am planning to use some new features in android studio which only works in higher API. 另外,我打算在android studio中使用一些新功能,这些功能只适用于更高的API。

May I know, as for now what would be your minimum SDK version, so as to guide me choose mine. 我可以知道,至于你的最低SDK版本是什么,以便指导我选择我的。

The Android Dashboard may answer your question. Android信息中心可能会回答您的问题。 It contains the most accurate distribution of Android versions with an average delta of 7 days. 它包含最准确的Android版本分布,平均增量为7天。 The current page claims : 当前页面声称:

Data collected during a 7-day period ending on October 26, 2018. 截至2018年10月26日的7天期间收集的数据。

So you're pretty accurate with this. 所以你对此非常准确。

To answer your question, based on the dashboard, targeting the API version 19 will cover 96.5% of all current Android devices worldwide 要回答您的问题,根据信息中心,定位API版本19将覆盖全球所有当前Android设备的96.5%

As of October 26, 2018, devices using API level below 16, is quite low(less than 0.5%). 截至2018年10月26日,API级别低于16的设备相当低(低于0.5%)。 Take a look here 看看这里

api水平

In my opinion, if you target API level 16, you get around 99.5% of all devices. 在我看来,如果您的目标是API级别16,那么您将获得99.5%的所有设备。 Thats the sweet spot between primitive APIs and latest ones. 这是原始API和最新API之间的最佳点。 Almost any open source and popular projects still gives support up to API level 16 几乎所有开源和热门项目仍然支持API级别16

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我应该选择的最低 SDK 版本是多少? (如 2019 年 7 月),为什么? - What is the minimum SDK version should I choose? (as in July 2019) and why? 什么是最低SDK,我应该选择哪一个 - What is the Minimum SDK and which one should I choose Android:使用兼容软件包时,应该选择哪个版本的SDK? - Android: When compatibility package is used, what version of SDK should I choose? 您应该选择哪个构建目标和最低SDK版本? - What build target and min SDK version should you choose? 我该如何降低最低SDK版本? - How should I do lowering the minimum SDK version? 开始为 Android 开发,我应该选择安装哪些 SDK? - Starting to develop for Android, what SDK(s) should i choose to install? 我需要在清单中使用哪个最低的Android SDK版本? - What minimum android sdk version i need to use in manifest? 材料设计和外部存储访问的最低/目标SDK版本应该是什么? - What should be my minimum/target sdk version for material design and external storage acess? 当我在 Android Studio 中创建一个新项目时,我应该根据项目类型选择哪个 API 级别作为最低 SDK? - When I create a new project in Android Studio, which API level should I choose according to project type as the minimum SDK? 选择Android SDK Manager进行离子开发的最低软件包是什么? - What are the minimum packages to choose for Android SDK manager for ionic development?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM