@@ -68,6 +68,48 @@ padding: .25em 1em;
6868 <a href="#" onclick="return toggleDiv(this)">
6969 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
7070 width="9px" />
71+ SDK Tools, Revision 18</a> <em>(April 2012)</em>
72+
73+ <div class="toggleme">
74+ <p class="caution"><strong>Important:</strong> To download the new Android
75+ 4.0 system components from the Android SDK Manager, you must first update the
76+ SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
77+ the Android 4.0 system components will not be available for download.</p>
78+
79+ <dl>
80+ <dt>Dependencies:</dt>
81+ <dd>
82+ <ul>
83+ <li>Android SDK Platform-tools revision 9 or later.</li>
84+ <li>If you are developing in Eclipse with ADT, note that the SDK Tools r18 is designed for
85+ use with ADT 18.0.0 and later. If you haven't already, we highly recommend updating your
86+ <a href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 18.0.0.</li>
87+ <li>If you are developing outside Eclipse, you must have
88+ <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
89+ </ul>
90+ </dd>
91+ <dt>General notes:</dt>
92+ <dd>
93+ <ul>
94+ <li>Updated the SdkController app to encapsulate both sensor and multitouch emulation
95+ functionality.</li>
96+ </ul>
97+ </dd>
98+ <dt>Bug fixes:</dt>
99+ <dd>
100+ <ul>
101+ <li>Fixed Ant issues where some jar libraries in the {@code libs/} folder are not picked up
102+ in some cases.</li>
103+ </ul>
104+ </dd>
105+ </dl>
106+ </div>
107+ </div>
108+
109+ <div class="toggleable closed">
110+ <a href="#" onclick="return toggleDiv(this)">
111+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
112+ width="9px" />
71113 SDK Tools, Revision 17</a> <em>(March 2012)</em>
72114
73115 <div class="toggleme">
@@ -96,12 +138,13 @@ padding: .25em 1em;
96138 <li>Added support for hardware accelerated graphics rendering. This feature requires an
97139API Level 15, Revision 3 or later system image.
98140(<a href="{@docRoot}guide/developing/devices/emulator.html#accel-graphics">more info</a>)
99- <p class="note"><strong>Note:</strong> As of the SDK Tools Revision 17 release, the
100- API Level 15, Revision 3 system image is not yet available.</p>
101141 </li>
102142 <li>Added support for running Android x86 system images in virtualization mode on
103143Windows and Mac OS X.
104- (<a href="{@docRoot}guide/developing/devices/emulator.html#accel-vm">more info</a>)</li>
144+ (<a href="{@docRoot}guide/developing/devices/emulator.html#accel-vm">more info</a>)
145+ <p class="note"><strong>Note:</strong> Use the Android SDK Manager to download and
146+ install x86 system images. Android x86 system images are not available for all API levels.</p>
147+ </li>
105148 <li>Added experimental support for multi-touch input by enabing the emulator to receive
106149 touch input from a USB-tethered physical Android device.
107150 (<a href="http://tools.android.com/tips/hardware-emulation">more info</a>)</li>
0 commit comments