Skip to content

Commit 04364be

Browse files
committed
docs: ADT r20.0.2 Release Notes, bug fixes
Change-Id: I66cfcb46c5f8a4825f1a12640dacc3c2c42ff348
1 parent b71393b commit 04364be

File tree

3 files changed

+42
-9
lines changed

3 files changed

+42
-9
lines changed

docs/html/sdk/installing/installing-adt.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
page.title=Installing the Eclipse Plugin
22
walkthru=1
3-
adt.zip.version=20.0.1
4-
adt.zip.download=ADT-20.0.1.zip
5-
adt.zip.bytes=12387574
6-
adt.zip.checksum=6ebd7f8566bfd2cd031b07d56d49542d
3+
adt.zip.version=20.0.2
4+
adt.zip.download=ADT-20.0.2.zip
5+
adt.zip.bytes=12388464
6+
adt.zip.checksum=8e727bcdc9789c900784a82e6330ec22
77

88
@jd:body
99

docs/html/tools/help/monitor.jd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
page.title=Debug Monitor
1+
page.title=Device Monitor
22
@jd:body
33

4-
<p>Android Debug Monitor is a stand-alone tool that provides a graphical user interface for
4+
<p>Android Device Monitor is a stand-alone tool that provides a graphical user interface for
55
several Android application debugging and analysis tools. The Monitor tool does not
66
require installation of a integrated development environment, such as Eclipse, and encapsulates the
77
following tools:</p>
@@ -16,9 +16,9 @@ following tools:</p>
1616

1717
<h2 id="usage">Usage</h2>
1818

19-
<p>To start Debug Monitor, enter the following command from the SDK <code>tools/</code>
19+
<p>To start Device Monitor, enter the following command from the SDK <code>tools/</code>
2020
directory:</p>
2121
<pre>monitor</pre>
2222

23-
<p>Start an Android emulator or connect an Android device via USB cable, and connect the Debug
23+
<p>Start an Android emulator or connect an Android device via USB cable, and connect Device
2424
Monitor to the device by selecting it in the <strong>Devices</strong> window.</p>

docs/html/tools/sdk/eclipse-adt.jd

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,40 @@ padding: 5px 0 0;
9797
<a href="#" onclick="return toggleDiv(this)">
9898
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
9999
width="9px" />
100-
ADT 20.0.1</a> <em>(June 2012)</em>
100+
ADT 20.0.2</a> <em>(July 2012)</em>
101+
<div class="toggleme">
102+
<dl>
103+
<dt>Dependencies:</dt>
104+
105+
<dd>
106+
<ul>
107+
<li>Java 1.6 or higher is required for ADT 20.0.2.</li>
108+
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.2.</li>
109+
<li>ADT 20.0.2 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
110+
Tools r20.0.1</a>. If you haven't already installed SDK Tools r20.0.1 into your SDK, use the
111+
Android SDK Manager to do so.</li>
112+
</ul>
113+
</dd>
114+
115+
<dt>Bug fixes:</dt>
116+
<dd>
117+
<ul>
118+
<li>Fixed keybindings in various XML editors for Eclipse 4.x.</li>
119+
<li>Fixed bug when creating layout configurations that already exist.</li>
120+
</ul>
121+
</dd>
122+
123+
</dl>
124+
125+
</div>
126+
</div>
127+
128+
129+
<div class="toggleable closed">
130+
<a href="#" onclick="return toggleDiv(this)">
131+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
132+
width="9px" />
133+
ADT 20.0.1</a> <em>(July 2012)</em>
101134
<div class="toggleme">
102135
<dl>
103136
<dt>Dependencies:</dt>

0 commit comments

Comments
 (0)