File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments