2009-12-10 15:54:54 -08:00
|
|
|
page.title=Platform Versions
|
|
|
|
@jd:body
|
|
|
|
|
|
|
|
<style type="text/css">
|
2010-05-17 15:01:58 -07:00
|
|
|
|
2009-12-10 15:54:54 -08:00
|
|
|
div.dashboard-panel {
|
2010-05-17 15:01:58 -07:00
|
|
|
max-width:1000px;
|
|
|
|
margin:0 0 2em 0;
|
2009-12-10 15:54:54 -08:00
|
|
|
padding:20px 20px 0 20px;
|
|
|
|
border:1px solid #d3ecf5;
|
|
|
|
border-radius:7px;
|
|
|
|
-moz-border-radius:7px;
|
|
|
|
-webkit-border-radius:7px;
|
|
|
|
background-color: #DAF3FC;
|
|
|
|
box-shadow:2px 3px 1px #eee;
|
|
|
|
-moz-box-shadow:2px 3px 1px #eee;
|
|
|
|
-webkit-box-shadow:2px 3px 1px #eee;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
#jd-content div.dashboard-panel img {
|
|
|
|
margin:0 20px 20px 0;
|
|
|
|
padding:0;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
float:left;
|
|
|
|
}
|
2010-05-17 15:01:58 -07:00
|
|
|
#jd-content div.dashboard-panel table {
|
2009-12-10 15:54:54 -08:00
|
|
|
margin:0 0 20px 0;
|
|
|
|
float:left;
|
|
|
|
background-color:#fff;
|
|
|
|
}
|
2010-05-17 15:01:58 -07:00
|
|
|
div.dashboard-panel p {
|
|
|
|
clear:left;
|
|
|
|
}
|
2009-12-10 15:54:54 -08:00
|
|
|
div.dashboard-panel th {
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<p>This page provides data about the relative number of active devices
|
|
|
|
running a given version of the Android platform. This can help you
|
|
|
|
understand the landscape of device distribution and decide how to prioritize
|
2009-12-16 18:14:37 -08:00
|
|
|
the development of your application features for the devices currently in
|
2010-05-17 15:01:58 -07:00
|
|
|
the hands of users. For information about how to target your application to devices based on
|
|
|
|
platform version, see <a href="{@docRoot}guide/appendix/api-levels.html">API Levels</a>.</p>
|
2009-12-10 15:54:54 -08:00
|
|
|
|
2010-07-01 11:39:08 -07:00
|
|
|
|
|
|
|
<h3 id="Current">Current Distribution</h3>
|
|
|
|
|
|
|
|
<p>The following pie chart and table is based on the number of Android devices that have accessed
|
|
|
|
Android Market within a 14-day period ending on the data collection date noted below.</p>
|
2009-12-10 15:54:54 -08:00
|
|
|
|
|
|
|
<div class="dashboard-panel">
|
|
|
|
|
2010-07-01 11:39:08 -07:00
|
|
|
<img alt="" height="250" width="460"
|
2010-11-01 15:10:06 -07:00
|
|
|
src="http://chart.apis.google.com/chart?&cht=p&chs=460x250&chd=t:7.9,15.0,0.1,40.8,36.2&chl=
|
2010-08-02 17:22:11 -07:00
|
|
|
Android%201.5|Android%201.6|Other*|Android%202.1|Android%202.2&chco=c4df9b,
|
|
|
|
6fad0c" />
|
2009-12-10 15:54:54 -08:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
2010-07-01 11:39:08 -07:00
|
|
|
<th>Platform</th>
|
|
|
|
<th>API Level</th>
|
|
|
|
<th>Distribution</th>
|
2009-12-10 15:54:54 -08:00
|
|
|
</tr>
|
2010-11-01 15:10:06 -07:00
|
|
|
<tr><td>Android 1.5</td><td>3</td><td>7.9%</td></tr>
|
|
|
|
<tr><td>Android 1.6</td><td>4</td><td>15.0%</td></tr>
|
|
|
|
<tr><td>Android 2.1</td><td>7</td><td>40.8%</td></tr>
|
|
|
|
<tr><td>Android 2.2</td><td>8</td><td>36.2%</td></tr>
|
2009-12-10 15:54:54 -08:00
|
|
|
</table>
|
2010-07-01 11:39:08 -07:00
|
|
|
|
2010-11-01 15:10:06 -07:00
|
|
|
<p><em>Data collected during two weeks ending on November 1, 2010</em></p>
|
2010-09-10 08:47:41 -07:00
|
|
|
<p style="font-size:.9em">* <em>Other: 0.1% of devices running obsolete versions</em></p>
|
2010-07-01 11:39:08 -07:00
|
|
|
|
|
|
|
</div><!-- end dashboard-panel -->
|
|
|
|
|
|
|
|
|
|
|
|
<h3 id="Historical">Historical Distribution</h3>
|
|
|
|
|
|
|
|
<p>The following stacked line graph provides a history of the relative number of
|
|
|
|
active Android devices running different versions of the Android platform. It also provides a
|
|
|
|
valuable perspective of how many devices your application is compatible with, based on the
|
|
|
|
platform version.</p>
|
|
|
|
|
|
|
|
<p>Notice that the platform versions are stacked on top of each other with the oldest active
|
|
|
|
version at the top. This format indicates the total percent of active devices that are compatible
|
|
|
|
with a given version of Android. For example, if you develop your application for
|
|
|
|
the version that is at the very top of the chart, then your application is
|
|
|
|
compatible with 100% of active devices (and all future versions), because all Android APIs are
|
|
|
|
forward compatible. Or, if you develop your application for a version lower on the chart,
|
|
|
|
then it is currently compatible with the percentage of devices indicated on the y-axis, where the
|
|
|
|
line for that version meets the y-axis on the right.</p>
|
|
|
|
|
|
|
|
<p>Each dataset in the timeline is based on the number of Android devices that accessed
|
|
|
|
Android Market within a 14-day period ending on the date indicated on the x-axis.</p>
|
|
|
|
|
|
|
|
<div class="dashboard-panel">
|
|
|
|
|
2010-08-02 17:22:11 -07:00
|
|
|
<img alt="" height="250" width="660" style="padding:5px;background:#fff"
|
2010-11-01 15:10:06 -07:00
|
|
|
src="http://chart.apis.google.com/chart?&cht=lc&chs=660x250&chxt=x,y,r&chxr=0,0,12|1,0,100|2,0,100&
|
|
|
|
chxl=0%3A%7C2010/05/01%7C05/15%7C06/01%7C06/15%7C07/01%7C07/15%7C08/01%7C08/15%7C09/01%7C09/15%7C10/
|
|
|
|
01%7C10/15%7C2010/11/01%7C1%3A%7C0%25%7C25%25%7C50%25%7C75%25%7C100%25%7C2%3A%7C0%25%7C25%25%7C50%25
|
|
|
|
%7C75%25%7C100%25&chxp=0,0,1,2,3,4,5,6,7,8,9,10,11,12&chxtc=0,5&chd=t:98.9,99.3,100.3,100.8,99.7,99.
|
|
|
|
8,99.8,99.7,99.8,99.9,99.9,99.9,99.9|61.6,63.1,72.7,76.1,78.4,80.9,84.3,86.5,87.9,89.2,90.2,91.1,92.
|
|
|
|
0|32.0,34.9,45.9,51.0,54.9,58.8,64.0,68.1,70.3,72.1,73.8,75.3,77.0|0.0,0.0,0.8,1.2,1.8,3.3,4.3,11.3,
|
|
|
|
27.8,32.1,33.4,34.5,36.2&chm=tAndroid%201.5,7caa36,0,0,15,,t::-5|b,c3df9b,0,1,0|tAndroid%201.6,
|
|
|
|
5b831d,1,0,15,,t::-5|b,aadb5e,1,2,0|tAndroid%202.1,38540b,2,0,15,,t::-5|b,91da1e,2,3,0|tAndroid%202.
|
|
|
|
2,131d02,3,7,15,,t::-5|B,6fad0c,3,4,0&chg=7,25&chdl=Android%201.5|Android%201.6|Android%202.1|
|
|
|
|
Android%202.2&chco=add274,94d134,73ad18,507d08" />
|
|
|
|
|
|
|
|
<p><em>Last historical dataset collected during two weeks ending on November 1, 2010</em></p>
|
2010-07-01 11:39:08 -07:00
|
|
|
|
|
|
|
|
|
|
|
</div><!-- end dashboard-panel -->
|
2009-12-10 15:54:54 -08:00
|
|
|
|