Skip to content

Commit 607079d

Browse files
committed
docs: SDK r20.0.3, Support Library r10 Release Notes
plus some OCD cleanup to the ADT install steps Change-Id: I760ddb284da2a3f53741b75d6ff0e02af8181c9a
1 parent 2f8cc17 commit 607079d

File tree

5 files changed

+122
-34
lines changed

5 files changed

+122
-34
lines changed

docs/html/sdk/index.jd

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ page.title=Android SDK
22
header.hide=1
33
page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
44

5-
sdk.win_installer=installer_r20.0.1-windows.exe
6-
sdk.win_installer_bytes=70486979
7-
sdk.win_installer_checksum=a8df28a29c7b8598e4c50f363692256d
5+
sdk.win_installer=installer_r20.0.3-windows.exe
6+
sdk.win_installer_bytes=70495456
7+
sdk.win_installer_checksum=cf23b95d0c9cd57fac3c3be253171af4
88

9-
sdk.win_download=android-sdk_r20.0.1-windows.zip
10-
sdk.win_bytes=90370975
11-
sdk.win_checksum=5774f536892036f87d3bf6502862cea5
9+
sdk.win_download=android-sdk_r20.0.3-windows.zip
10+
sdk.win_bytes=90379469
11+
sdk.win_checksum=cd895c79201f7f02507eb3c3868a1c5e
1212

13-
sdk.mac_download=android-sdk_r20.0.1-macosx.zip
14-
sdk.mac_bytes=58217336
15-
sdk.mac_checksum=cc132d04bc551b23b0c507cf5943df57
13+
sdk.mac_download=android-sdk_r20.0.3-macosx.zip
14+
sdk.mac_bytes=58218455
15+
sdk.mac_checksum=07dc88ba2c0817ef178a665d002831bf
1616

17-
sdk.linux_download=android-sdk_r20.0.1-linux.tgz
18-
sdk.linux_bytes=82607616
19-
sdk.linux_checksum=cd7176831087f53e46123dd91551be32
17+
sdk.linux_download=android-sdk_r20.0.3-linux.tgz
18+
sdk.linux_bytes=82616305
19+
sdk.linux_checksum=0d53c2c31d6b5d0cf7385bccd0b06c27
2020

2121
@jd:body
2222

@@ -141,3 +141,4 @@ for Java, both of which are <em>not</em> supported for Android development. </p>
141141
$('.reqs').show();
142142
}
143143
</script>
144+

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

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
page.title=Installing the Eclipse Plugin
22
walkthru=1
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
3+
adt.zip.version=20.0.3
4+
adt.zip.download=ADT-20.0.3.zip
5+
adt.zip.bytes=12390954
6+
adt.zip.checksum=869a536b1c56d0cd920ed9ae259ae619
77

88
@jd:body
99

1010

1111

1212
<p>Android offers a custom plugin for the Eclipse IDE, called Android
1313
Development Tools (ADT). This plugin is designed to give you a powerful, integrated
14-
environment in which to develop Android apps. It extends the capabilites
14+
environment in which to develop Android apps. It extends the capabilities
1515
of Eclipse to let you quickly set up new Android projects, build an app
1616
UI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.
1717
</p>
@@ -39,21 +39,21 @@ the <strong>Next</strong> link on the right.</p>
3939

4040
<ol>
4141
<li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New
42-
Software...</strong>.</li>
42+
Software</strong>.</li>
4343
<li>Click <strong>Add</strong>, in the top-right corner.</li>
4444
<li>In the Add Repository dialog that appears, enter "ADT Plugin" for the <em>Name</em> and the
4545
following URL for the <em>Location</em>:
4646
<pre>https://dl-ssl.google.com/android/eclipse/</pre>
4747
</li>
48-
<li>Click <strong>OK</strong>
49-
<p>Note: If you have trouble acquiring the plugin, try using "http" in the Location URL,
48+
<li>Click <strong>OK</strong>.
49+
<p>If you have trouble acquiring the plugin, try using "http" in the Location URL,
5050
instead of "https" (https is preferred for security reasons).</p></li>
5151
<li>In the Available Software dialog, select the checkbox next to Developer Tools and click
5252
<strong>Next</strong>.</li>
5353
<li>In the next window, you'll see a list of the tools to be downloaded. Click
5454
<strong>Next</strong>. </li>
5555
<li>Read and accept the license agreements, then click <strong>Finish</strong>.
56-
<p>Note: If you get a security warning saying that the authenticity or validity of
56+
<p>If you get a security warning saying that the authenticity or validity of
5757
the software can't be established, click <strong>OK</strong>.</p></li>
5858
<li>When the installation completes, restart Eclipse. </li>
5959
</ol>
@@ -148,17 +148,15 @@ remote update site, you can download the ADT zip file to your local machine and
148148
manually install it:</p>
149149

150150
<ol>
151-
<li>Download the current ADT Plugin zip file from the table below (do not unpack it).
151+
<li>Download the ADT Plugin zip file (do not unpack it):
152152

153153
<table class="download">
154154
<tr>
155-
<th>Name</th>
156155
<th>Package</th>
157156
<th>Size</th>
158157
<th>MD5 Checksum</th>
159158
</tr>
160159
<tr>
161-
<td>ADT {@adtZipVersion}</td>
162160
<td>
163161
<a href="http://dl.google.com/android/{@adtZipDownload}">{@adtZipDownload}</a>
164162
</td>
@@ -169,16 +167,20 @@ manually install it:</p>
169167
</li>
170168

171169
</li>
172-
<li>Follow steps 1 and 2 in the <a href="#installing">default install
173-
instructions</a> (above).</li>
174-
<li>In the Add Site dialog, click <strong>Archive</strong>.</li>
175-
<li>Browse and select the downloaded zip file.</li>
176-
<li>Enter a name for the local update site (e.g.,
177-
"Android Plugin") in the "Name" field.</li>
178-
<li>Click <strong>OK</strong>.
179-
<li>Follow the remaining procedures as listed for
180-
<a href="#installing">default installation</a> above,
181-
starting from step 4.</li>
170+
<li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New
171+
Software</strong>.</li>
172+
<li>Click <strong>Add</strong>, in the top-right corner.</li>
173+
<li>In the Add Repository dialog, click <strong>Archive</strong>.</li>
174+
<li>Select the downloaded {@adtZipDownload} file and click <strong>OK</strong>.</li>
175+
<li>Enter "ADT Plugin" for the name and click <strong>OK</strong>.
176+
<li>In the Available Software dialog, select the checkbox next to Developer Tools and click
177+
<strong>Next</strong>.</li>
178+
<li>In the next window, you'll see a list of the tools to be downloaded. Click
179+
<strong>Next</strong>. </li>
180+
<li>Read and accept the license agreements, then click <strong>Finish</strong>.
181+
<p>If you get a security warning saying that the authenticity or validity of
182+
the software can't be established, click <strong>OK</strong>.</p></li>
183+
<li>When the installation completes, restart Eclipse. </li>
182184
</ol>
183185

184186
<p>To update your plugin once you've installed using the zip file, you will have
@@ -204,3 +206,4 @@ JKS</pre>
204206
...then your development machine lacks a suitable Java VM. Installing Sun
205207
Java 6 will resolve this issue and you can then reinstall the ADT
206208
Plugin.</p>
209+

docs/html/tools/extras/support-library.jd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ padding: 5px 0 0;
9090
<div class="toggleable opened">
9191
<a href="#" onclick="return toggleDiv(this)">
9292
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px"
93+
/>Support Package, revision 10</a> <em>(August 2012)</em>
94+
<div class="toggleme">
95+
<dl>
96+
<dt>Changes for v4 support library:</dt>
97+
<dd>
98+
<ul>
99+
<li>Added support for notification features introduced in Android 4.1 (API Level 16) with
100+
additions to {@link android.support.v4.app.NotificationCompat}.</li>
101+
</ul>
102+
</dd>
103+
</dl>
104+
</div>
105+
</div>
106+
107+
108+
<div class="toggleable closed">
109+
<a href="#" onclick="return toggleDiv(this)">
110+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px"
93111
/>Support Package, revision 9</a> <em>(June 2012)</em>
94112
<div class="toggleme">
95113
<dl>
@@ -589,3 +607,4 @@ Android online developer documentation:</p>
589607
<p>Additionally, the <a href="http://code.google.com/p/iosched/">Google I/O App</a> is a complete
590608
application that uses the v4 support library to provide a single APK for both handsets and tablets
591609
and also demonstrates some of Android's best practices in Android UI design.</p>
610+

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,39 @@ 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.3</a> <em>(August 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.3.</li>
108+
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.</li>
109+
<li>ADT 20.0.3 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
110+
Tools r20.0.3</a>. If you haven't already installed SDK Tools r20.0.3 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 issue with keyboard shortcuts for editors in Eclipse Juno (Version 4.x).</li>
119+
<li>Fixed problem with cached download lists in SDK Manager.</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"/>
100133
ADT 20.0.2</a> <em>(July 2012)</em>
101134
<div class="toggleme">
102135
<dl>

docs/html/tools/sdk/tools-notes.jd

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,37 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
2828
<div class="toggle-content opened">
2929
<p><a href="#" onclick="return toggleContent(this)">
3030
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
31+
alt=""/>SDK Tools, Revision 20.0.3</a> <em>(August 2012)</em>
32+
</p>
33+
34+
<div class="toggle-content-toggleme">
35+
36+
<dl>
37+
<dt>Dependencies:</dt>
38+
<dd>
39+
<ul>
40+
<li>Android SDK Platform-tools revision 12 or later.</li>
41+
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r20.0.3 is designed
42+
for use with ADT 20.0.3 and later. If you haven't already, update your
43+
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 20.0.3.</li>
44+
<li>If you are developing outside Eclipse, you must have
45+
<a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
46+
</ul>
47+
</dd>
48+
<dt>Bug fixes:</dt>
49+
<dd>
50+
<ul>
51+
<li>Fixed problem with cached download lists in SDK Manager.</li>
52+
</ul>
53+
</dd>
54+
</dl>
55+
</div>
56+
</div>
57+
58+
59+
<div class="toggle-content closed">
60+
<p><a href="#" onclick="return toggleContent(this)">
61+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
3162
alt=""/>SDK Tools, Revision 20.0.1</a> <em>(July 2012)</em>
3263
</p>
3364

@@ -942,3 +973,4 @@ href="/tools/help/layoutopt.html">layoutopt</a>.</p>
942973
</dl>
943974
</div>
944975
</div>
976+

0 commit comments

Comments
 (0)