您的位置:首页 > 移动开发 > Android开发

至2013年5月初android各个版本市场占有情况

2013-05-30 14:31 357 查看
This page provides information about the relative number of devices that share a certain characteristic, such as Android version or screen size. This information may help you prioritize efforts for supporting
different devices.

Each snapshot of data represents all the devices that visited the Google Play Store in the prior 14 days.

Note: Beginning
in April, 2013, these charts are now built using data collected from each device when the user visits the Google Play Store. Previously, the data was collected when the device simply checked-in to Google servers. We believe the new data more accurately reflects
those users who are most engaged in the Android and Google Play ecosystem.


Platform Versions

This section provides data about the relative number of devices running a given version of the Android platform.

For information about how to target your application to devices based on platform version, read Supporting Different
Platform Versions.

VersionCodenameAPIDistribution
1.6Donut40.1%
2.1Eclair71.7%
2.2Froyo83.7%
2.3 -

2.3.2
Gingerbread90.1%
2.3.3 -

2.3.7
1038.4%
3.2Honeycomb130.1%
4.0.3 -

4.0.4
Ice Cream Sandwich1527.5%
4.1.xJelly Bean1626.1%
4.2.x172.3%


Data collected during a 14-day period ending on May 1, 2013.

Any versions with less than 0.1% distribution are not shown.


Screen Sizes and Densities

This section provides data about the relative number of devices that have a particular screen configuration, defined by a combination of screen size and density. To simplify the way that you design your user interfaces for different screen configurations, Android
divides the range of actual screen sizes and densities into several buckets as expressed by the table below.

For information about how you can support multiple screen configurations in your application, read Supporting Multiple Screens.

ldpimdpitvdpihdpixhdpixxhdpiTotal
Small9.8%9.8%
Normal0.1%16.1%37.3%24.9%1.3%79.7%
Large0.6%2.9%1.0%0.4%0.7%5.6%
Xlarge0.2%4.5%0.1%0.1%4.9%
Total10.7%23.5%1.0%37.8%25.7%1.3%




Data collected during a 14-day period ending on May 1, 2013

Any screen configurations with less than 0.1% distribution are not shown.


Open GL Version

This section provides data about the relative number of devices that support a particular version of OpenGL ES. Note that support for one particular version of OpenGL ES also implies support for any lower version (for example, support for version 2.0 also implies
support for 1.1).



To declare which version of OpenGL ES your application requires, you should use the
android:glEsVersion
attribute of the
<uses-feature>
element.
You can also use the
<supports-gl-texture>
element
to declare the GL compression formats that your application uses.
OpenGL ES VersionDistribution
1.1 only0.2%
2.0 & 1.199.8%
Data collected during a 14-day period ending on May 1, 2013
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: