Skip to content

Commit 4b3227d

Browse files
joefernandezAndroid Git Automerger
authored andcommitted
am 89c3bc3: Merge "docs: Android 4.0.2 (SDK Tools r16) Release Notes - RC6" into ics-mr0
* commit '89c3bc38421a3f01b39f0246e53884bdf8b14415': docs: Android 4.0.2 (SDK Tools r16) Release Notes - RC6
2 parents caf4ead + 89c3bc3 commit 4b3227d

File tree

6 files changed

+150
-52
lines changed

6 files changed

+150
-52
lines changed

docs/html/sdk/android-4.0.jd

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,42 @@ experience possible on the latest Android-powered devices.</p>
6565
<p>To determine what revision of the Android {@sdkPlatformVersion} platform you
6666
have installed, refer to the "Installed Packages" listing in the Android SDK Manager.</p>
6767

68+
<p class="caution"><strong>Important:</strong> To download the new Android
69+
4.0 system components from the Android SDK Manager, you must first update the
70+
SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
71+
the Android 4.0 system components will not be available for download.</p>
6872

6973
<div class="toggle-content opened" style="padding-left:1em;">
7074

7175
<p><a href="#" onclick="return toggleContent(this)">
7276
<img src="{@docRoot}assets/images/triangle-opened.png"
7377
class="toggle-content-img" alt="" />
74-
Android {@sdkPlatformVersion}, Revision 1</a> <em>(October 2011)</em>
78+
Android {@sdkPlatformVersion}, Revision 2</a> <em>(December 2011)</em>
7579
</a></p>
7680

7781
<div class="toggle-content-toggleme" style="padding-left:2em;">
82+
<p>Maintenance update. The system version is 4.0.2.</p>
83+
<dl>
84+
<dt>Dependencies:</dt>
85+
<dd>SDK Tools r14 or higher is required.</dd>
86+
</dl>
87+
</div>
88+
</div>
7889

79-
<dl>
80-
<dt>Initial release. SDK Tools r14 or higher is required.
81-
<p class="caution"><strong>Important:</strong> To download the new Android
82-
4.0 system components from the Android SDK Manager, you must first update the
83-
SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
84-
the Android 4.0 system components will not be available for download.</p>
85-
</dt>
86-
</dl>
90+
<div class="toggle-content closed" style="padding-left:1em;">
8791

92+
<p><a href="#" onclick="return toggleContent(this)">
93+
<img src="{@docRoot}assets/images/triangle-closed.png"
94+
class="toggle-content-img" alt="" />
95+
Android {@sdkPlatformVersion}, Revision 1</a> <em>(October 2011)</em>
96+
</a></p>
97+
98+
<div class="toggle-content-toggleme" style="padding-left:2em;">
99+
<p>Initial release. The system version is 4.0.1.</p>
100+
<dl>
101+
<dt>Dependencies:</dt>
102+
<dd>SDK Tools r14 or higher is required.</dd>
103+
</dl>
88104
</div>
89105
</div>
90106

docs/html/sdk/eclipse-adt.jd

Lines changed: 48 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
page.title=ADT Plugin for Eclipse
2-
adt.zip.version=15.0.1
3-
adt.zip.download=ADT-15.0.1.zip
4-
adt.zip.bytes=6752327
5-
adt.zip.checksum=2c12a71d7124aa512b8ee016e19c0e69
2+
adt.zip.version=16.0.0
3+
adt.zip.download=ADT-16.0.0.zip
4+
adt.zip.bytes=6999205
5+
adt.zip.checksum=b7e512572580291279469845386b31b6
66

77
@jd:body
88

@@ -109,18 +109,49 @@ padding: .25em 1em;
109109
</style>
110110

111111

112-
113112
<div class="toggleable opened">
114113
<a href="#" onclick="return toggleDiv(this)">
115114
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
116115
width="9px" />
116+
ADT 16.0.0</a> <em>(December 2011)</em>
117+
<div class="toggleme">
118+
<dl>
119+
<dt>Dependencies:</dt>
120+
121+
<dd>
122+
<ul>
123+
<li>Eclipse Helios (Version 3.6) or higher is required for ADT
124+
16.0.0.</li>
125+
<li>ADT 16.0.0 is designed for use with <a
126+
href="{@docRoot}sdk/tools-notes.html">SDK Tools r16</a>. If you haven't already installed SDK Tools
127+
r16 into your SDK, use the Android SDK Manager to do so.</li>
128+
</ul>
129+
</dd>
130+
131+
<dt>General improvements:</dt>
132+
<dd>
133+
<ul>
134+
<li>Added Lint tools to detect common errors in Android projects. (<a
135+
href="http://tools.android.com/recent/lint">more info</a>)</li>
136+
</ul>
137+
</dd>
138+
</dl>
139+
140+
</div>
141+
</div>
142+
143+
144+
<div class="toggleable closed">
145+
<a href="#" onclick="return toggleDiv(this)">
146+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
147+
width="9px" />
117148
ADT 15.0.1</a> <em>(November 2011)</em>
118149
<div class="toggleme">
119150
<dl>
120151
<dt>Dependencies:</dt>
121152

122153
<dd>ADT 15.0.1 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
154+
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
124155
do so.</dd>
125156

126157
<dt>Bug fixes:</dt>
@@ -154,7 +185,7 @@ ADT 15.0.0</a> <em>(October 2011)</em>
154185
<dt>Dependencies:</dt>
155186

156187
<dd>ADT 15.0.0 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools r15</a>.
157-
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK and AVD Manager to
188+
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
158189
do so.</dd>
159190

160191
<dt>Bug fixes:</dt>
@@ -185,10 +216,10 @@ ADT 14.0.0</a> <em>(October 2011)</em>
185216
<dt>Dependencies:</dt>
186217

187218
<dd>ADT 14.0.0 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools r14</a>.
188-
If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK and AVD Manager to
219+
If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK Manager to
189220
do so.</dd>
190221

191-
<dt>Build system</dt>
222+
<dt>Build system:</dt>
192223
<dd>
193224
<ul>
194225
<li>Changed <code>default.properties</code> to <code>project.properties</code> and
@@ -211,7 +242,7 @@ see the <a href="http://tools.android.com/recent/buildchangesinrevision14">Andro
211242
site</a>.</p>
212243
</dd>
213244

214-
<dt>General improvements</dt>
245+
<dt>General improvements:</dt>
215246
<dd>
216247
<ul>
217248

@@ -236,7 +267,7 @@ and deleted without affecting the master copy
236267
</ul>
237268
</dd>
238269

239-
<dt>XML and Java editors</dt>
270+
<dt>XML and Java editors:</dt>
240271
<dd>
241272
<ul>
242273
<li>Added a new XML formatter that formats all XML files according to the
@@ -255,7 +286,7 @@ href="http://tools.android.com/recent/xmleditingimprovements">more info</a>).</l
255286
</ul>
256287
</dd>
257288

258-
<dt>Layout editor</dt>
289+
<dt>Layout editor:</dt>
259290
<dd>
260291
<ul>
261292
<li>Added tooltip feedback for dragging and resizing operations. For
@@ -281,7 +312,7 @@ href="http://tools.android.com/recent/layouteditorcontextmenuimprovements">more
281312
</ul>
282313
</dd>
283314

284-
<dt>Bug fixes</dt>
315+
<dt>Bug fixes:</dt>
285316
<dd>Fixed many bugs and added <a
286317
href="http://tools.android.com/recent/miscellaneousrecentfixes">minor improvements</a>, in
287318
particular some <a href="http://tools.android.com/recent/linuxfixes">critical bug fixes on
@@ -324,7 +355,7 @@ the Android SDK and AVD Manager to do so.</dd>
324355
</ul>
325356
</dd>
326357

327-
<dt>Build system</dt>
358+
<dt>Build system:</dt>
328359
<dd>
329360
<ul>
330361
<li id="build-option">A new option lets you disable the packaging step in the automatic
@@ -336,7 +367,7 @@ the Android SDK and AVD Manager to do so.</dd>
336367
</ul>
337368
</dd>
338369

339-
<dt>Bug fixes</dt>
370+
<dt>Bug fixes:</dt>
340371
<dd>Many bug fixes are part of this release
341372
(<a href="http://tools.android.com/recent/adt12bugfixroundup">more info</a>).</dd>
342373

@@ -928,7 +959,7 @@ Manager to download the latest SDK Tools into your SDK. For more information,
928959
see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
929960
</dd>
930961

931-
<dt>General Notes:</dt>
962+
<dt>General notes:</dt>
932963
<dd>
933964
<ul>
934965
<li>AVD Launch dialog now shows scale value.</li>
@@ -974,7 +1005,7 @@ bigger than the screen.</li>
9741005
</ul>
9751006
</dd>
9761007

977-
<dt>DDMS Integration:</dt>
1008+
<dt>DDMS integration:</dt>
9781009
<dd>
9791010
<ul>
9801011
<li>Includes the improvements from the standlone DDMS, revision 3.</li>

docs/html/sdk/index.jd

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

4-
sdk.win_installer=installer_r15-windows.exe
5-
sdk.win_installer_bytes=33902520
6-
sdk.win_installer_checksum=ee8481cb86a6646a4d963d5142902c5c
4+
sdk.win_installer=installer_r16-windows.exe
5+
sdk.win_installer_bytes=29561554
6+
sdk.win_installer_checksum=3521dda4904886b05980590f83cf3469
77

8-
sdk.win_download=android-sdk_r15-windows.zip
9-
sdk.win_bytes=33895447
10-
sdk.win_checksum=cc2aadf7120d12b574981461736a96e9
8+
sdk.win_download=android-sdk_r16-windows.zip
9+
sdk.win_bytes=29562413
10+
sdk.win_checksum=6b926d0c0a871f1a946e65259984701a
1111

12-
sdk.mac_download=android-sdk_r15-macosx.zip
13-
sdk.mac_bytes=30469921
14-
sdk.mac_checksum=03d2cdd3565771e8c7a438f1c40cc8a5
12+
sdk.mac_download=android-sdk_r16-macosx.zip
13+
sdk.mac_bytes=26158334
14+
sdk.mac_checksum=d1dc2b6f13eed5e3ce5cf26c4e4c47aa
1515

16-
sdk.linux_download=android-sdk_r15-linux.tgz
17-
sdk.linux_bytes=26124434
18-
sdk.linux_checksum=f529681fd1eda11c6e1e1d44b42c1432
16+
sdk.linux_download=android-sdk_r16-linux.tgz
17+
sdk.linux_bytes=22048174
18+
sdk.linux_checksum=3ba457f731d51da3741c29c8830a4583
1919

2020
@jd:body
2121

docs/html/sdk/requirements.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Android applications using the Android SDK. </p>
2424

2525
<h4 style="margin-top:.25em"><em>Eclipse IDE</em></h4>
2626
<ul>
27-
<li>Eclipse 3.5 (Galileo) or greater
28-
<p class="note"><strong>Note:</strong> Eclipse 3.4 (Ganymede) is no longer
27+
<li>Eclipse 3.6 (Helios) or greater
28+
<p class="note"><strong>Note:</strong> Eclipse 3.5 (Galileo) is no longer
2929
supported with the latest version of ADT.</p></li>
3030
<li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included
3131
in most Eclipse IDE packages) </li>
@@ -37,7 +37,7 @@ developing Android applications, we recommend that you install one of these
3737
packages: </p>
3838
<ul>
3939
<li>Eclipse IDE for Java Developers</li>
40-
<li>Eclipse Classic (versions 3.5.1 and higher)</li>
40+
<li>Eclipse Classic</li>
4141
<li>Eclipse IDE for Java EE Developers</li>
4242
</ul>
4343
</li>

docs/html/sdk/sdk_toc.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</li>
151151
</ul>
152152
<ul>
153-
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r15</a> <span
153+
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r16</a> <span
154154
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>
@@ -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 15.0.1
172+
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 16.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: 60 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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

1111
<p>If you are already using the SDK and you want to update to the latest version
12-
of the SDK Tools, use the <em>Android SDK and AVD Manager</em> to get the
12+
of the SDK Tools, use the <em>Android SDK Manager</em> to get the
1313
update, rather than downloading a new SDK starter package. For more information
1414
about how to update, see <a
1515
href="{@docRoot}sdk/adding-components.html#UpdatingComponents">Updating SDK
@@ -20,8 +20,7 @@ Components</a>.</p>
2020

2121
<p>The sections below provide notes about successive releases of
2222
the SDK Tools, as denoted by revision number. To determine what revision of the SDK
23-
Tools you are using, refer to the "Installed Packages" listing in the Android SDK
24-
and AVD Manager. </p>
23+
Tools you are using, refer to the "Installed Packages" listing in the Android SDK Manager. </p>
2524

2625
<p>For a summary of all known issues in SDK Tools, see <a
2726
href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p>
@@ -69,7 +68,57 @@ padding: .25em 1em;
6968
<div class="toggleable opened">
7069
<a href="#" onclick="return toggleDiv(this)">
7170
<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>
71+
width="9px" />
72+
SDK Tools, Revision 16</a> <em>(December 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+
80+
<dl>
81+
<dt>Dependencies:</dt>
82+
<dd>
83+
<ul>
84+
<li>Android SDK Platform-tools revision 9 or later.</li>
85+
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r16 is designed for use
86+
with ADT 16.0.0 and later. If you haven't already, we highly recommend updating your
87+
<a href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 16.0.0.</li>
88+
<li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
89+
Ant</a> 1.8 or later.</li>
90+
</ul>
91+
</dd>
92+
<dt>General notes:</dt>
93+
<dd>
94+
<ul>
95+
<li>Added Lint tools to detect common errors in Android projects. (<a
96+
href="http://tools.android.com/recent/lint">more info</a>)</li>
97+
<li>Added sensor emulation support, which allows the emulator to read sensor data from a
98+
physical Android device.</li>
99+
<li>Added support for using a webcam to emulate a camera on Mac OS X.</li>
100+
</ul>
101+
</dd>
102+
<dt>Bug fixes:</dt>
103+
<dd>
104+
<ul>
105+
<li>Snapshots now work for Android 4.0 system images.</li>
106+
<li>Fixed several small issues for the build file.
107+
(<a href="http://code.google.com/p/android/issues/detail?id=21023">Issue 21023</a>,
108+
<a href="http://code.google.com/p/android/issues/detail?id=21267">Issue 21267</a>,
109+
<a href="http://code.google.com/p/android/issues/detail?id=21465">Issue 21465</a>,
110+
<a href="http://code.google.com/p/android/issues/detail?id=21525">Issue 21525</a>).</li>
111+
</ul>
112+
</dd>
113+
</dl>
114+
</div>
115+
</div>
116+
117+
<div class="toggleable closed">
118+
<a href="#" onclick="return toggleDiv(this)">
119+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
120+
width="9px" />
121+
SDK Tools, Revision 15</a> <em>(October 2011)</em>
73122

74123
<div class="toggleme">
75124
<p class="caution"><strong>Important:</strong> To download the new Android
@@ -116,7 +165,8 @@ padding: .25em 1em;
116165
<div class="toggleable closed">
117166
<a href="#" onclick="return toggleDiv(this)">
118167
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
119-
width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em>
168+
width="9px" />
169+
SDK Tools, Revision 14</a> <em>(October 2011)</em>
120170

121171
<div class="toggleme">
122172
<p class="note"><strong>Important:</strong> To download the new Android
@@ -137,10 +187,11 @@ padding: .25em 1em;
137187
<dt>General notes:</dt>
138188
<dd>
139189
<ul>
140-
<li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when one webcam is present,
141-
and to emulate both rear-facing and front-facing cameras when two webcams are present. Webcam suport is for Windows and Linux only.
190+
<li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when
191+
one webcam is present, and to emulate both rear-facing and front-facing cameras when two
192+
webcams are present. Webcam support is for Windows and Linux only.
142193
Mac support will come in a later release.</li>
143-
<li>Changed <code>default.properties</code> to <code>project.properties</code> and
194+
<li>Changed <code>default.properties</code> to <code>project.properties</code> and
144195
<code>build.properties</code> to <code>ant.properties</code>. Any existing
145196
projects that you build with Ant must be updated with the <code>android update project</code>
146197
command.</li>
@@ -428,7 +479,7 @@ normal tasks: <code>-pre-build</code>, <code>-pre-compile</code>, and
428479
for more information.</li>
429480
<li>Fixes location control in DDMS to work in any locale not using '.' as a
430481
decimal point.</li>
431-
</li>
482+
</ul>
432483
</ul>
433484
</dd>
434485
</dl>

0 commit comments

Comments
 (0)