1 page.title=Platform Versions 2 @jd:body 3 4 <style type="text/css"> 5 6 div.dashboard-panel { 7 max-width:1000px; 8 margin:0 0 2em 0; 9 padding:20px 20px 0 20px; 10 border:1px solid #d3ecf5; 11 border-radius:7px; 12 -moz-border-radius:7px; 13 -webkit-border-radius:7px; 14 background-color: #DAF3FC; 15 box-shadow:2px 3px 1px #eee; 16 -moz-box-shadow:2px 3px 1px #eee; 17 -webkit-box-shadow:2px 3px 1px #eee; 18 overflow:hidden; 19 } 20 #jd-content div.dashboard-panel img { 21 margin:0 20px 20px 0; 22 padding:0; 23 border:1px solid #ccc; 24 float:left; 25 } 26 #jd-content div.dashboard-panel table { 27 margin:0 0 20px 0; 28 float:left; 29 background-color:#fff; 30 } 31 div.dashboard-panel p { 32 clear:left; 33 } 34 div.dashboard-panel th { 35 white-space:nowrap; 36 } 37 </style> 38 39 <p>This page provides data about the relative number of active devices 40 running a given version of the Android platform. This can help you 41 understand the landscape of device distribution and decide how to prioritize 42 the development of your application features for the devices currently in 43 the hands of users. For information about how to target your application to devices based on 44 platform version, see <a href="{@docRoot}guide/appendix/api-levels.html">API Levels</a>.</p> 45 46 <p class="note"><strong>Note:</strong> This data is based on the number 47 of Android devices that have accessed Android Market within a 14-day period 48 ending on the data collection date noted below.</p> 49 50 <div class="dashboard-panel"> 51 52 <img alt="" width="460" height="250" 53 src="http://chart.apis.google.com/chart?&cht=p&chs=460x250&chd=t:0.1,27.6,26.8,0.1,0.3,45.1&chl= 54 Android%201.1|Android%201.5|Android%201.6|Android%202.0|Android%202.0.1|Android%202.1&chco=c4df9b, 55 6fad0c" /> 56 57 <table> 58 <tr> 59 <th>Android Platform</th> 60 <th>Percent of Devices</th> 61 </tr> 62 <tr><td>Android 1.1</td><td>0.1%</td></tr> 63 <tr><td>Android 1.5</td><td>27.6%</td></tr> 64 <tr><td>Android 1.6</td><td>26.8%</td></tr> 65 <tr><td>Android 2.0</td><td>0.1%</td></tr> 66 <tr><td>Android 2.0.1</td><td>0.3%</td></tr> 67 <tr><td>Android 2.1</td><td>45.1%</td></tr> 68 </table> 69 <p><em>Data collected during two weeks ending on June 1, 2010</em></p> 70 </div> 71 72