Skip to content

Commit 6882223

Browse files
committed
docs: Android SDK r19 Release Notes
Change-Id: I9db59116259d087f03598f87aac099772a831eff
1 parent 3d46794 commit 6882223

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/html/sdk/sdk_toc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</li>
152152
</ul>
153153
<ul>
154-
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r18</a></li>
154+
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r19</a></li>
155155
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
156156
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Support Package, r7</a></li>
157157
</ul>

docs/html/sdk/tools-notes.jd

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,40 @@ 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 19</a> <em>(April 2012)</em>
72+
73+
<div class="toggleme">
74+
<p class="note"><strong>Note:</strong> This update of SDK Tools is only available through
75+
the <a href="{@docRoot}sdk/adding-components.html">Android SDK Manager</a>. Use this tool to
76+
download and install this update.</p>
77+
78+
<dl>
79+
<dt>Dependencies:</dt>
80+
<dd>
81+
<ul>
82+
<li>Android SDK Platform-tools revision 9 or later.</li>
83+
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r19 is designed for
84+
use with ADT 18.0.0 and later. If you haven't already, we highly recommend updating your
85+
<a href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 18.0.0.</li>
86+
<li>If you are developing outside Eclipse, you must have
87+
<a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
88+
</ul>
89+
</dd>
90+
<dt>Bug fixes:</dt>
91+
<dd>
92+
<ul>
93+
<li>Fixed an issue that prevented some developers from running the emulator with GPU
94+
acceleration.</li>
95+
</ul>
96+
</dd>
97+
</dl>
98+
</div>
99+
</div>
100+
101+
<div class="toggleable closed">
102+
<a href="#" onclick="return toggleDiv(this)">
103+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
104+
width="9px" />
71105
SDK Tools, Revision 18</a> <em>(April 2012)</em>
72106

73107
<div class="toggleme">

0 commit comments

Comments
 (0)