简体   繁体   English

Android开发:api 14 vs api 15

[英]Android development: api 14 vs api 15

I want to develop an app for android ice cream sandwich and versions above. 我想开发一个Android冰淇淋三明治和以上版本的应用程序。 So, what I discover is that android 4.0 supports api 14, and android 4.0.3 api 15. Look at the dashboard http://developer.android.com/about/dashboards/index.html . 所以,我发现android 4.0支持api 14和android 4.0.3 api 15.请查看仪表板http://developer.android.com/about/dashboards/index.html It seems that nobody has android ics 4.0 but only 4.0.3 or 4.0.4 . 似乎没有人拥有android ics 4.0但只有4.0.3或4.0.4。 This is important because if it is as it seems, I'll develop the app using api 15 and not 14. However I'm sure that nobody has android in his version 4.0.0. 这很重要,因为如果它看起来如此,我将使用api 15而不是14开发应用程序。但是我确信没有人在他的4.0.0版本中安装了android。 Could you confirm the data in the dashboard? 你能确认仪表板中的数据吗? I mean, cuould you confirm that android ice cream sandwich is present on devices only in the version 4.0.3 and 4.0.4? 我的意思是,你能否确认只有4.0.3和4.0.4版本的设备上才有机器人冰淇淋三明治? Thanks 谢谢

Less than 0.05% of devices are on 4.0, 4.0.1, or 4.0.2, which is why it doesn't show up on the dashboards . 不到0.05%的设备在4.0,4.0.1或4.0.2上,这就是它没有显示在仪表板上的原因 Similarly, less than 0.05% of devices use 2.0 or 2.0.1, and same with 3.0. 同样,少于0.05%的设备使用2.0或2.0.1,与3.0相同。

You can safely develop for APIs 8, 10, 13, 15, 16, 17, 18, and 19 ( as of Dec 28, 2013 ), and forgo the remaining nine API levels (though there is seldom a reason to). 您可以安全地开发API 8,10,13,15,16,17,18和19截至2013年12月28日 ),并放弃剩余的9个API级别(尽管很少有理由)。 If possible, you may want to continue to support API 7 as well, since it just recently went off the dashboards. 如果可能的话,您可能还想继续支持API 7,因为它刚刚离开仪表板。 (0.05% of a billion devices is still quite a few!) (10亿台设备中有0.05%仍然不少!)

Google has indicated to manufacturers that android 4.0.3 should be used as the base version for ics. 谷歌已经向制造商表示,android 4.0.3应该被用作ics的基础版本。 It also has recommended all manufacturers to provide automatic updates to 4.0.3. 它还建议所有制造商提供4.0.3的自动更新。

I have no idea about usage statistics of devices running versions before 4.0.3, but I guess it will be a minority of the devices. 我不知道在4.0.3之前运行版本的设备的使用统计信息,但我想它将是少数设备。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM