Skip to content

Commit 27de3a2

Browse files
committed
Doc change: ADT 0.9.9 version notes, size/sum update.
Change-Id: I08ebfa95b0735964a888a89931a1f4c3bdf1862c
1 parent 73e150c commit 27de3a2

File tree

5 files changed

+47
-13
lines changed

5 files changed

+47
-13
lines changed

Android.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ framework_docs_SDK_CURRENT_DIR:=$(framework_docs_SDK_VERSION)_r$(framework_docs_
438438
framework_docs_SDK_PREVIEW:=0
439439

440440
## Latest ADT version identifiers, for reference from published docs
441-
framework_docs_ADT_VERSION:=0.9.8
442-
framework_docs_ADT_DOWNLOAD:=ADT-0.9.8.zip
443-
framework_docs_ADT_BYTES:=8301417
444-
framework_docs_ADT_CHECKSUM:=27e0de800512f13feae46fb554e6ee2f
441+
framework_docs_ADT_VERSION:=0.9.9
442+
framework_docs_ADT_DOWNLOAD:=ADT-0.9.9.zip
443+
framework_docs_ADT_BYTES:=8301681
444+
framework_docs_ADT_CHECKSUM:=7deff0c9b25940a74cea7a0815a3bc36
445445

446446
framework_docs_LOCAL_DROIDDOC_OPTIONS += \
447447
-hdf sdk.version $(framework_docs_SDK_VERSION) \

docs/html/sdk/adt_download.jd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ ADT Installation</a>.</p>
2222
<th>Notes</th>
2323
</tr>
2424
<tr>
25-
<td>0.9.8</td>
26-
<td><a href="http://dl-ssl.google.com/android/ADT-0.9.8.zip">ADT-0.9.8.zip</a></td>
25+
<td>0.9.9</td>
26+
<td><a href="http://dl-ssl.google.com/android/ADT-0.9.9.zip">ADT-0.9.9.zip</a></td>
2727
<td><nobr>{@adtZipBytes} bytes</nobr></td>
2828
<td>{@adtZipChecksum}</td>
2929
<td>Requires SDK Tools, Revision 7 <em><nobr>September 2010</nobr></em></td>
3030
</tr>
31+
<tr>
32+
<td>0.9.8</td>
33+
<td><a href="http://dl-ssl.google.com/android/ADT-0.9.8.zip">ADT-0.9.8.zip</a></td>
34+
<td><nobr>8301417 bytes</nobr></td>
35+
<td>27e0de800512f13feae46fb554e6ee2f</td>
36+
<td>Requires SDK Tools, Revision 7 <em><nobr>September 2010</nobr></em></td>
37+
</tr>
3138
<tr>
3239
<td>0.9.7</td>
3340
<td><a href="http://dl-ssl.google.com/android/ADT-0.9.7.zip">ADT-0.9.7.zip</a></td>

docs/html/sdk/eclipse-adt.jd

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,40 @@ padding: .25em 1em;
9696
</style>
9797

9898

99-
100-
10199
<div class="toggleable opened">
102100
<a href="#" onclick="return toggleDiv(this)">
103101
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" />
102+
ADT 0.9.9</a> <em>(September 2010)</em>
103+
<div class="toggleme">
104+
105+
106+
</ul>
107+
</dd>
108+
109+
<dl>
110+
111+
<dt>Dependencies:</dt>
112+
113+
<dd><p>ADT 0.9.9 replaces ADT 0.9.8 and is designed for use with SDK Tools r7
114+
and later. ADT 0.9.9 includes the ADT 0.9.8 features as well as an important
115+
bugfix, so we recommend that you upgrade as soon as possible. If you haven't
116+
already installed SDK Tools r7 into your SDK, use the Android SDK Manager to do
117+
so.</p></dd>
118+
119+
<dt>General notes:</dt>
120+
<dd>
121+
<ul>
122+
<li>Fixes a problem in project import, in which source files were deleted in some cases.</li>
123+
<li>Includes all other ADT 0.9.8 features (see below).</li>
124+
</ul>
125+
</dd>
126+
</dl>
127+
</div>
128+
</div>
129+
130+
<div class="toggleable closed">
131+
<a href="#" onclick="return toggleDiv(this)">
132+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
104133
ADT 0.9.8</a> <em>(September 2010)</em>
105134
<div class="toggleme">
106135

@@ -112,9 +141,7 @@ ADT 0.9.8</a> <em>(September 2010)</em>
112141

113142
<dt>Dependencies:</dt>
114143

115-
<dd><p>ADT 0.9.8 is designed for use with SDK Tools r7 and later. Before
116-
updating to ADT 0.9.8, we highly recommend that you use the Android SDK and
117-
AVD Manager to install SDK Tools r7 into your SDK.</p></dd>
144+
<dd><p>ADT 0.9.8 is now deprecated. Please use ADT 0.9.9 instead.</p></dd>
118145

119146
<dt>General notes:</dt>
120147
<dd>

docs/html/sdk/requirements.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Android applications using the Android SDK. </p>
66

77
<h3>Supported Operating Systems</h3>
88
<ul>
9-
<li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
9+
<li>Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)</li>
1010
<li>Mac OS X 10.5.8 or later (x86 only)</li>
1111
<li>Linux (tested on Linux Ubuntu Hardy Heron)
1212
<ul>

docs/html/sdk/sdk_toc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<span style="display:none" class="zh-TW"></span>
9595
</h2>
9696
<ul>
97-
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 0.9.8
97+
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 0.9.9
9898
<span style="display:none" class="de"></span>
9999
<span style="display:none" class="es"></span>
100100
<span style="display:none" class="fr"></span>

0 commit comments

Comments
 (0)