Skip to content

Commit b82696f

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "cherrypick from hc-mr2 Change-Id: I292eb859d90f918bb69ff32f115569144995dba9"
2 parents ee79a53 + dec9736 commit b82696f

2 files changed

Lines changed: 40 additions & 10 deletions

File tree

docs/html/sdk/sdk_toc.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
</li>
143143
</ul>
144144
<ul>
145-
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r12</a></li>
145+
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r13</a> <span
146+
class="new">new!</span></li>
146147
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
147148
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Compatibility Package,
148149
r3</a></li>

docs/html/sdk/tools-notes.jd

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ page.title=SDK Tools
44
<p>SDK Tools is a downloadable component for the Android SDK. It includes the
55
complete set of development and debugging tools for the Android SDK. </p>
66

7-
<p>If you are new to the Android SDK, the <a
7+
<p>If you are new to the Android SDK, the <a
88
href="{@docRoot}sdk/index.html">SDK starter package</a> installs the
99
latest revision of the SDK Tools in the <code>&lt;sdk&gt;/tools</code> directory.</p>
1010

@@ -66,6 +66,35 @@ padding: .25em 1em;
6666
<div class="toggleable opened">
6767
<a href="#" onclick="return toggleDiv(this)">
6868
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
69+
SDK Tools, Revision 13</a> <em>(September 2011)</em>
70+
<div class="toggleme">
71+
<dl>
72+
<dt>Dependencies:</dt>
73+
<dd>
74+
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r13 is designed for use with
75+
ADT 12.0.0 and later. If you haven't already, we highly recommend updating your <a
76+
href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 12.0.0.</p>
77+
78+
<p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
79+
Ant</a> 1.8 or later.</p>
80+
81+
<dt>General notes:</dt>
82+
<dd>
83+
<ul>
84+
<li>Fix compilation issue in Ant (<code>dex</code> step) when paths have spaces.</li>
85+
<li>Fix issue in emulator installation when paths have spaces.</li>
86+
<li>Fix issue when AVD paths have spaces.</li>
87+
<li>Fix rendering issue when using emulator scaling (<a href="http://code.google.com/p/android/issues/detail?id=18299">see more</a>).</li>
88+
</ul>
89+
</dd>
90+
</dl>
91+
</div>
92+
</div>
93+
94+
95+
<div class="toggleable closed">
96+
<a href="#" onclick="return toggleDiv(this)">
97+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
6998
SDK Tools, Revision 12</a> <em>(July 2011)</em>
7099
<div class="toggleme">
71100
<dl>
@@ -396,7 +425,7 @@ install SDK Tools r4 in your SDK. </p></dd>
396425
<dt>General notes:</dt>
397426
<dd>
398427
<ul>
399-
<li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a
428+
<li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a
400429
compatibility issue between GTK and SWT.</li>
401430
</ul>
402431
</dd>
@@ -405,7 +434,7 @@ compatibility issue between GTK and SWT.</li>
405434
<dd>
406435
<ul>
407436
<li>AVD Launch dialog now shows scale value.</li>
408-
<li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no
437+
<li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no
409438
skin name specified.</li>
410439
<li>Fixes XML validation issue in on older Java versions.</li>
411440
<li>No longer forces the use of Java 1.5 on Mac OS X.</li>
@@ -470,7 +499,7 @@ display the trace.</li>
470499
<dd>
471500
<ul>
472501
<li>Provides a new UI that lets you set options for controlling
473-
the emulator skin, screen size/density, and scale factor used when launching
502+
the emulator skin, screen size/density, and scale factor used when launching
474503
an AVD.</li>
475504
<li>Provides improved AVD creation UI, which lets you customize the hardware
476505
properties of your AVDs.</li>
@@ -481,11 +510,11 @@ between SDK add-ons and platforms.</li>
481510

482511
<dt>Layoutopt, a new tool for optimizing layouts:</dt>
483512

484-
<dd><p>The SDK Tools r3 package includes <code>layoutopt</code>, a new command-line
485-
tool that helps you optimize your layout hierarchies. When run against your
486-
layout files, the tool analyzes their hierarchies and notifies you of
487-
inefficiencies and other potential issues. The tool also provides simple
488-
solutions for the issues it finds. For usage, see <a
513+
<dd><p>The SDK Tools r3 package includes <code>layoutopt</code>, a new command-line
514+
tool that helps you optimize your layout hierarchies. When run against your
515+
layout files, the tool analyzes their hierarchies and notifies you of
516+
inefficiencies and other potential issues. The tool also provides simple
517+
solutions for the issues it finds. For usage, see <a
489518
href="/guide/developing/tools/layoutopt.html">layoutopt</a>.</p>
490519
</dd>
491520
</dl>

0 commit comments

Comments
 (0)