我应该使用什么 API 发布我的应用程序?

发布于 2024-10-04 11:27:02 字数 44 浏览 1 评论 0原文

我应该始终以最高级别(当前为 8)释放还是应该尽可能回溯?或者这有关系吗?

Should I always release at the highest level (8 at the current moment) or should I backtrack as far back as possible? Or does it matter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自我难过 2024-10-11 11:27:02

这是当前的发行版: http://developer.android.com/resources/dashboard /platform-versions.html。显然,您希望使用尽可能最低的 API,以确保能够覆盖尽可能多的用户。以 1.6 为目标将失去近 8% 的潜在受众。瞄准2.0+会损失20%以上。

Here is the current distribution: http://developer.android.com/resources/dashboard/platform-versions.html. Obviously, you want the lowest possible API to make sure that you can reach as many users as possible. Targeting 1.6 will lose almost 8% of your potential audience. Targeting 2.0+ will lose more than 20%.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文