@@ -9,7 +9,7 @@ href="{@docRoot}sdk/index.html">SDK starter package</a> installs the
99latest revision of the SDK Tools in the <code><sdk>/tools</code> directory.</p>
1010
1111<p>If you are already using the SDK and you want to update to the latest version
12- of the SDK Tools, use the <em>Android SDK and AVD Manager</em> to get the
12+ of the SDK Tools, use the <em>Android SDK Manager</em> to get the
1313update, rather than downloading a new SDK starter package. For more information
1414about how to update, see <a
1515href="{@docRoot}sdk/adding-components.html#UpdatingComponents">Updating SDK
@@ -20,8 +20,7 @@ Components</a>.</p>
2020
2121<p>The sections below provide notes about successive releases of
2222the SDK Tools, as denoted by revision number. To determine what revision of the SDK
23- Tools you are using, refer to the "Installed Packages" listing in the Android SDK
24- and AVD Manager. </p>
23+ Tools you are using, refer to the "Installed Packages" listing in the Android SDK Manager. </p>
2524
2625<p>For a summary of all known issues in SDK Tools, see <a
2726href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p>
@@ -69,7 +68,57 @@ padding: .25em 1em;
6968<div class="toggleable opened">
7069 <a href="#" onclick="return toggleDiv(this)">
7170 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
72- width="9px" />SDK Tools, Revision 15</a> <em>(October 2011)</em>
71+ width="9px" />
72+ SDK Tools, Revision 16</a> <em>(December 2011)</em>
73+
74+ <div class="toggleme">
75+ <p class="caution"><strong>Important:</strong> To download the new Android
76+ 4.0 system components from the Android SDK Manager, you must first update the
77+ SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
78+ the Android 4.0 system components will not be available for download.</p>
79+
80+ <dl>
81+ <dt>Dependencies:</dt>
82+ <dd>
83+ <ul>
84+ <li>Android SDK Platform-tools revision 9 or later.</li>
85+ <li>If you are developing in Eclipse with ADT, note that the SDK Tools r16 is designed for use
86+ with ADT 16.0.0 and later. If you haven't already, we highly recommend updating your
87+ <a href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 16.0.0.</li>
88+ <li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
89+ Ant</a> 1.8 or later.</li>
90+ </ul>
91+ </dd>
92+ <dt>General notes:</dt>
93+ <dd>
94+ <ul>
95+ <li>Added Lint tools to detect common errors in Android projects. (<a
96+ href="http://tools.android.com/recent/lint">more info</a>)</li>
97+ <li>Added sensor emulation support, which allows the emulator to read sensor data from a
98+ physical Android device.</li>
99+ <li>Added support for using a webcam to emulate a camera on Mac OS X.</li>
100+ </ul>
101+ </dd>
102+ <dt>Bug fixes:</dt>
103+ <dd>
104+ <ul>
105+ <li>Snapshots now work for Android 4.0 system images.</li>
106+ <li>Fixed several small issues for the build file.
107+ (<a href="http://code.google.com/p/android/issues/detail?id=21023">Issue 21023</a>,
108+ <a href="http://code.google.com/p/android/issues/detail?id=21267">Issue 21267</a>,
109+ <a href="http://code.google.com/p/android/issues/detail?id=21465">Issue 21465</a>,
110+ <a href="http://code.google.com/p/android/issues/detail?id=21525">Issue 21525</a>).</li>
111+ </ul>
112+ </dd>
113+ </dl>
114+ </div>
115+ </div>
116+
117+ <div class="toggleable closed">
118+ <a href="#" onclick="return toggleDiv(this)">
119+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
120+ width="9px" />
121+ SDK Tools, Revision 15</a> <em>(October 2011)</em>
73122
74123 <div class="toggleme">
75124 <p class="caution"><strong>Important:</strong> To download the new Android
@@ -116,7 +165,8 @@ padding: .25em 1em;
116165<div class="toggleable closed">
117166 <a href="#" onclick="return toggleDiv(this)">
118167 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
119- width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em>
168+ width="9px" />
169+ SDK Tools, Revision 14</a> <em>(October 2011)</em>
120170
121171 <div class="toggleme">
122172 <p class="note"><strong>Important:</strong> To download the new Android
@@ -137,10 +187,11 @@ padding: .25em 1em;
137187<dt>General notes:</dt>
138188<dd>
139189 <ul>
140- <li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when one webcam is present,
141- and to emulate both rear-facing and front-facing cameras when two webcams are present. Webcam suport is for Windows and Linux only.
190+ <li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when
191+ one webcam is present, and to emulate both rear-facing and front-facing cameras when two
192+ webcams are present. Webcam support is for Windows and Linux only.
142193 Mac support will come in a later release.</li>
143- <li>Changed <code>default.properties</code> to <code>project.properties</code> and
194+ <li>Changed <code>default.properties</code> to <code>project.properties</code> and
144195 <code>build.properties</code> to <code>ant.properties</code>. Any existing
145196 projects that you build with Ant must be updated with the <code>android update project</code>
146197 command.</li>
@@ -428,7 +479,7 @@ normal tasks: <code>-pre-build</code>, <code>-pre-compile</code>, and
428479for more information.</li>
429480<li>Fixes location control in DDMS to work in any locale not using '.' as a
430481decimal point.</li>
431- </li >
482+ </ul >
432483</ul>
433484</dd>
434485</dl>
0 commit comments