
我不知道这是否是一个正确的地方,询问以下内容:
我在Google play开发者控制台上看过:
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 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版本的应用程序?
如果是这样,如何在8.0以外版本的现有应用程序中引入错误修复/新功能?
这将导致所有设备“死亡”的版本超过8.0 ……或者谷歌是否考虑为市场上的所有设备发布androID oreo?
***************编辑***************
我在谷歌开发者控制台帐户上的这条消息产生了疑问:
翻译是:
从2018年8月开始,新应用必须最低限度定位到AndroID 8.0.
从2018年11月开始,应用更新必须以8.0版为目标
最小目标是:
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行为更改兼容.
Does this mean that I will not be able to develop application compatible with versions smaller than 8.0?
您可以将minSdkVersion设置为低于8.0.
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的distribution rate仍然约为6%,这意味着旧版本仍占94%左右.由于这个原因,他们无法实施剧烈的变革.在适应AndroID O的情况发生巨大变化之前,仍然会支持较旧的 *** 作系统版本.它可能具有挑战性,因为它涉及大量制造商的适应性.
如果您要将应用程序作为第一个版本上载,则必须确保与AndroID O兼容.
对于现有应用的更新,截止日期为11月.
onsole,AndroID Studio和Firebase.开始调查
满足Google Play的目标API级别要求
Bad interpretation of the message ?
英文from site is的实际陈述:
总结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.
以上是内存溢出为你收集整理的android – 2018年末的目标API级别要求全部内容,希望文章能够帮你解决android – 2018年末的目标API级别要求所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)