Skip to content

Commit 576ea5e

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "docs: tools/adt r15 rel notes" into ics-mr0
2 parents b7b4eaa + 490463f commit 576ea5e

File tree

5 files changed

+104
-24
lines changed

5 files changed

+104
-24
lines changed

docs/html/sdk/android-4.0.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class="toggle-content-img" alt="" />
8080
<dt>Initial release. SDK Tools r14 or higher is required.
8181
<p class="caution"><strong>Important:</strong> To download the new Android
8282
4.0 system components from the Android SDK Manager, you must first update the
83-
SDK tools to revision 14 and restart the Android SDK Manager. If you do not,
83+
SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
8484
the Android 4.0 system components will not be available for download.</p>
8585
</dt>
8686
</dl>

docs/html/sdk/eclipse-adt.jd

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
page.title=ADT Plugin for Eclipse
2-
adt.zip.version=14.0.0
3-
adt.zip.download=ADT-14.0.0.zip
4-
adt.zip.bytes=6747816
5-
adt.zip.checksum=3883973cd229dc4336911117af949509
2+
adt.zip.version=15.0.0
3+
adt.zip.download=ADT-15.0.0.zip
4+
adt.zip.bytes=6750682
5+
adt.zip.checksum=264f40a89a1107b0c422adae4e1ce0d1
66

77
@jd:body
88

@@ -113,6 +113,37 @@ padding: .25em 1em;
113113
<a href="#" onclick="return toggleDiv(this)">
114114
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
115115
width="9px" />
116+
ADT 15.0.0</a> <em>(October 2011)</em>
117+
<div class="toggleme">
118+
<dl>
119+
120+
<dt>Dependencies:</dt>
121+
122+
<dd>ADT 15.0.0 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools r15</a>.
123+
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK and AVD Manager to
124+
do so.</dd>
125+
126+
<dt>Bug fixes:</dt>
127+
<dd>
128+
<ul>
129+
<li>Fixed build issue when using Renderscript in projects that target API levels 11-13
130+
(<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li>
131+
<li>Fixed issue when creating projects from existing source code.</li>
132+
<li>Fixed issues in the SDK Manager
133+
(<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>,
134+
<a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</li>
135+
<li>Fixed scrolling issue in the new Logcat panel of DDMS.</li>
136+
</ul>
137+
</dd>
138+
</dl>
139+
140+
</div>
141+
</div>
142+
143+
<div class="toggleable closed">
144+
<a href="#" onclick="return toggleDiv(this)">
145+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
146+
width="9px" />
116147
ADT 14.0.0</a> <em>(October 2011)</em>
117148
<div class="toggleme">
118149
<dl>

docs/html/sdk/index.jd

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
page.title=Android SDK
22
sdk.redirect=0
33

4-
sdk.win_installer=installer_r14-windows.exe
5-
sdk.win_installer_bytes=33853391
6-
sdk.win_installer_checksum=4f1cb329a41328c2cee2908b31ae6f6b
7-
8-
sdk.win_download=android-sdk_r14-windows.zip
9-
sdk.win_bytes=33846273
10-
sdk.win_checksum=48d44ae4cfcadede68621acb53caee80
11-
12-
sdk.mac_download=android-sdk_r14-macosx.zip
13-
sdk.mac_bytes=30428734
14-
sdk.mac_checksum=812887018435382de8486f3bb26a5db4
15-
16-
sdk.linux_download=android-sdk_r14-linux.tgz
17-
sdk.linux_bytes=26075938
18-
sdk.linux_checksum=35c989ff67184766dc4960813ede8ab5
19-
4+
sdk.win_installer=installer_r15-windows.exe
5+
sdk.win_installer_bytes=33902520
6+
sdk.win_installer_checksum=ee8481cb86a6646a4d963d5142902c5c
7+
8+
sdk.win_download=android-sdk_r15-windows.zip
9+
sdk.win_bytes=33895447
10+
sdk.win_checksum=cc2aadf7120d12b574981461736a96e9
11+
12+
sdk.mac_download=android-sdk_r15-macosx.zip
13+
sdk.mac_bytes=30469921
14+
sdk.mac_checksum=03d2cdd3565771e8c7a438f1c40cc8a5
15+
16+
sdk.linux_download=android-sdk_r15-linux.tgz
17+
sdk.linux_bytes=26124434
18+
sdk.linux_checksum=f529681fd1eda11c6e1e1d44b42c1432
19+
2020
@jd:body
2121

2222
<div class="non-preview">
@@ -44,3 +44,4 @@ then read the guide to <a href="installing.html">Installing the SDK</a>.</p>
4444
development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>
4545

4646
</div>
47+

docs/html/sdk/sdk_toc.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@
150150
</li>
151151
</ul>
152152
<ul>
153-
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r14</a>
154-
<span class="new">new!</span></li>
153+
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r15</a> <span
154+
class="new">new!</span></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, r4</a>
157157
<span class="new">new!</span></li>
@@ -169,7 +169,7 @@
169169
<span style="display:none" class="zh-TW"></span>
170170
</h2>
171171
<ul>
172-
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 14.0.0
172+
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 15.0.0
173173
<span style="display:none" class="de"></span>
174174
<span style="display:none" class="es"></span>
175175
<span style="display:none" class="fr"></span>

docs/html/sdk/tools-notes.jd

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,57 @@ padding: .25em 1em;
6565
}
6666
</style>
6767

68+
6869
<div class="toggleable opened">
6970
<a href="#" onclick="return toggleDiv(this)">
7071
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
72+
width="9px" />SDK Tools, Revision 15</a> <em>(October 2011)</em>
73+
74+
<div class="toggleme">
75+
<p class="caution"><strong>Important:</strong> To download the new Android
76+
4.0 system components from the Android SDK Manager, you must first update the
77+
SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
78+
the Android 4.0 system components will not be available for download.</p>
79+
<dl>
80+
<dt>Dependencies:</dt>
81+
<dd>
82+
<ul><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 r15 is designed for use
84+
with ADT 15.0.0 and later. If you haven't already, we highly recommend updating your <a
85+
href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 15.0.0.</li>
86+
<li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
87+
Ant</a> 1.8 or later.</li>
88+
</ul>
89+
90+
<dt>Bug fixes:</dt>
91+
<dd>
92+
<ul>
93+
<li>Fixed emulator crash on Linux due to improper webcam detection
94+
(<a href="http://code.google.com/p/android/issues/detail?id=20952">Issue 20952</a>).</li>
95+
<li>Fixed emulator issue when using the <code>-wipe-data</code> argument.</li>
96+
<li>Fixed build issue when using Renderscript in projects that target API levels 11-13
97+
(<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li>
98+
<li>Fixed issue when creating an AVD using the GoogleTV addon
99+
(<a href="http://code.google.com/p/android/issues/detail?id=20963">Issue 20963</a>).</li>
100+
<li>Fixed <code>ant test</code>
101+
(<a href="http://code.google.com/p/android/issues/detail?id=20979">Issue 20979</a>).</li>
102+
<li>Fixed <code>android update project</code>
103+
(<a href="http://code.google.com/p/android/issues/detail?id=20535">Issue 20535</a>).</li>
104+
<li>Fixed scrolling issue in the new Logcat panel of DDMS.</li>
105+
<li>Fixed issue with MonkeyRunner
106+
(<a href="http://code.google.com/p/android/issues/detail?id=20964">Issue 20964</a>).</li>
107+
<li>Fixed issues in the SDK Manager
108+
(<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>,
109+
<a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</li>
110+
</ul>
111+
</dd>
112+
</dl>
113+
</div>
114+
</div>
115+
116+
<div class="toggleable closed">
117+
<a href="#" onclick="return toggleDiv(this)">
118+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
71119
width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em>
72120

73121
<div class="toggleme">

0 commit comments

Comments
 (0)