从2018年末开始的目标API级别要求 [英] Target API level requirement from late 2018

查看:206
本文介绍了从2018年末开始的目标API级别要求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道这里是否是正确的地方,请询问以下内容:

I don't know if this is a correct place where ask the following:

我已经在Google Play开发者控制台上阅读了以下内容:

I have read on the google play developer console that :

在2018年下半年,Play将需要新的应用程序和应用程序 更新针对的是最新的Android API级别.这将是必需的 在2018年8月推出新应用,并在11月更新现有应用 2018年.这是为了确保应用程序基于针对安全性和性能进行了优化的最新API

In the second half of 2018, Play will require that new apps and app updates target a recent Android API level. This will be required for new apps in August 2018, and for updates to existing apps in November 2018. This is to ensure apps are built on the latest APIs optimized for security and performance

Google Play将要求新应用至少针对Android 8.0 (API级别26)从2018年8月1日开始,并且该应用更新目标 从2018年11月1日开始使用Android 8.0.

Google Play will require that new apps target at least Android 8.0 (API level 26) from August 1, 2018, and that app updates target Android 8.0 from November 1, 2018.

这是什么意思?这是否意味着我将无法开发与8.0以下版本兼容的应用程序?

What does this mean? Does this mean that I will not be able to develop applications compatible with versions smaller than 8.0?

如果是这样,如何在版本8.0以外的现有应用程序中引入错误修复/新功能?

If so, how can bug fixings / new features be introduced within existing apps with versions other than 8.0?

这将导致版本8.0以外的所有设备死亡" ...还是Google正在考虑为市场上的所有设备发布android oreo?

This would result in a "death" of all devices with version other than 8.0 ... Or is Google thinking about releasing android oreo for all devices on the market?

***************编辑***************

*************** EDIT ***************

我的Google Developer Console帐户上的此消息引起了疑问:

The doubt arises from this message on my account of google developer console:

翻译是:

从2018年8月开始,新应用必须最低目标 Android 8.0. 从2018年11月开始,应用更新必须以8.0版为目标

Starting from August 2018, the new apps must minimum target Android 8.0. Starting in November 2018, app updates must target version 8.0

最低目标是:

一个整数,指定该API所需的最低API级别 要运行的应用程序.如果系统的API级别低于此属性中指定的值,则Android系统将阻止用户安装该应用程序.

An integer designating the minimum API Level required for the application to run.The Android system will prevent the user from installing the application if the system's API Level is lower than the value specified in this attribute.

消息解释不正确?

推荐答案

这是什么意思?

What does this mean?

这意味着,您应该确保已在build.gradle中将targetSdkVersion设置为26,并且您的应用程序与Android O行为更改兼容.

What it means is, you should ensure you have set targetSdkVersion to 26 in your build.gradle and your application is compatible with Android O behavior changes.

这是否意味着我将无法开发与8.0以下版本兼容的应用程序?

Does this mean that I will not be able to develop application compatible with versions smaller than 8.0?

您可以将minSdkVersion设置为低于8.0.

You can set minSdkVersion lower than 8.0.

这将导致除版本以外的所有设备死亡" 8.0 ...还是Google正在考虑为市场上的所有设备发布android oreo?

This would result in a "death" of all devices with version other than 8.0 ... Or is Google thinking about releasing android oreo for all devices on the market?

Android O的分发率仍然约为6%,这意味着版本仍占94%左右.由于这个原因,他们无法进行重大更改.在针对Android O的适应性发生巨大变化之前,仍将支持较早的OS版本.这可能具有挑战性,因为它涉及大量制造商的适应.

The distribution rate for Android O is still around 6%, which means older versions still constitute around 94%. They cannot implement drastic changes for this reason. Older OS version will be still supported until the adaptation for Android O changes drastically. It could be challenging because it involves adaptation from huge number of manufacturers.

如果要在第一个版本中上传应用,则必须确保与Android O兼容.

If you are uploading your app as your first release, then you must ensure you are compatible with Android O.

要更新现有应用,截止日期为11月.

For updates to existing app, the deadline is November.

鞋垫,Android Studio和Firebase.开始调查 满足Google Play的目标API级别要求

onsole, Android Studio, and Firebase. Start survey Meet Google Play's target API level requirement

消息解释不正确?

Bad interpretation of the message ?

来自网站的英文来自网站的实际声明是:

Actual statement in English from site is:

Google Play将要求新应用定位到至少 Android 8.0 (API级别26)从2018年8月1日开始,并且该应用更新目标 从2018年11月1日开始使用Android 8.0.

Google Play will require that new apps target at least Android 8.0 (API level 26) from August 1, 2018, and that app updates target Android 8.0 from November 1, 2018.

这篇关于从2018年末开始的目标API级别要求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆