Skip to content

Commit 92b0308

Browse files
committed
cherrypick Change-Id: I19d2be00c807b6cbdab357b32a7dd13f98a5433e
docs: update to adt 8.0.1; delete ADT archive page, put a redirect in its place; update tools release notes and sys reqs to require ant 1.8 Change-Id: Id039d81953452d8f7cefc0c4d61e7d9ead575541
1 parent e09009d commit 92b0308

File tree

6 files changed

+51
-136
lines changed

6 files changed

+51
-136
lines changed

docs/html/sdk/adt_download.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="refresh" content="0;url=http://developer.android.com/sdk/eclipse-adt.html">
4+
<title>Redirecting...</title>
5+
</head>
6+
<body>
7+
<p>You should be redirected. Please <a
8+
href="http://developer.android.com/sdk/eclipse-adt.html">click here</a>.</p>
9+
</body>
10+
</html>

docs/html/sdk/adt_download.jd

Lines changed: 0 additions & 127 deletions
This file was deleted.

docs/html/sdk/eclipse-adt.jd

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
page.title=ADT Plugin for Eclipse
22
sdk.preview=0
3-
adt.zip.version=0.9.9
4-
adt.zip.download=ADT-0.9.9.zip
5-
adt.zip.bytes=8301681
6-
adt.zip.checksum=7deff0c9b25940a74cea7a0815a3bc36
3+
adt.zip.version=8.0.1
4+
adt.zip.download=ADT-8.0.1.zip
5+
adt.zip.bytes=8724909
6+
adt.zip.checksum=0e62185279083ddc01f18098ce7ba2d1
77

88
@jd:body
99

@@ -98,7 +98,37 @@ padding: .25em 1em;
9898

9999
<div class="toggleable opened">
100100
<a href="#" onclick="return toggleDiv(this)">
101-
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
101+
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
102+
width="9px" />
103+
ADT 8.0.1</a> <em>(December 2010)</em>
104+
<div class="toggleme">
105+
106+
<dl>
107+
108+
<dt>Dependencies:</dt>
109+
110+
<p><p>ADT 8.0.1 is designed for use with SDK Tools r8. If you haven't
111+
already installed SDK Tools r8 into your SDK, use the Android SDK and AVD Manager to do
112+
so.</p></dd>
113+
114+
<dt>General notes:</dt>
115+
<dd>
116+
<ul>
117+
<li>This is a quick follow-up to ADT 8.0.0 to fix some bugs.</li>
118+
<li>Fixes an issue in which projects failed to compile, citing a dex error.</li>
119+
<li>Better ProGuard error reporting when exporting applications for release.</li>
120+
</ul>
121+
<p>Also see the recent release notes for 8.0.0, below.</p>
122+
</dd>
123+
</dl>
124+
</div>
125+
</div>
126+
127+
128+
<div class="toggleable closed">
129+
<a href="#" onclick="return toggleDiv(this)">
130+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
131+
width="9px" />
102132
ADT 8.0.0</a> <em>(December 2010)</em>
103133
<div class="toggleme">
104134

@@ -322,7 +352,7 @@ ADT 0.9.5</a> <em>(December 2009)</em>
322352

323353
<dd><p>ADT 0.9.5 requires features provided in SDK Tools r4 or higher. If you install
324354
ADT 0.9.5, which is highly recommended, you should use the Android SDK and AVD
325-
Manager to download thye latest SDK Tools into your SDK. For more information,
355+
Manager to download the latest SDK Tools into your SDK. For more information,
326356
see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
327357
</dd>
328358

docs/html/sdk/requirements.jd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ packages: </p>
5151
<ul>
5252
<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">JDK 5 or JDK
5353
6</a> (JRE alone is not sufficient)</li>
54-
<li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for
55-
Linux and Mac, 1.7 or later for Windows</li>
54+
<li><a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later</li>
5655
<li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
5756
</ul>
5857
</li>

docs/html/sdk/sdk_toc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<span style="display:none" class="zh-TW"></span>
102102
</h2>
103103
<ul>
104-
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 8.0.0
104+
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 8.0.1
105105
<span style="display:none" class="de"></span>
106106
<span style="display:none" class="es"></span>
107107
<span style="display:none" class="fr"></span>

docs/html/sdk/tools-notes.jd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ SDK Tools, Revision 8</a> <em>(December 2010)</em>
7474
designed for use with ADT 8.0.0 and later. After installing SDK Tools r8, we
7575
highly recommend updating your ADT Plugin to 8.0.0.</p>
7676

77+
<p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
78+
Ant</a> 1.8 or later.</p>
79+
7780
<p>Also note that SDK Tools r8 requires a new SDK component called
7881
<em>Platform-tools</em>. The new Platform-tools component lets all SDK platforms
7982
(Android 2.1, Android 2.2, and so on) use the same (latest) version of build

0 commit comments

Comments
 (0)