Skip to content

Commit f34d0e6

Browse files
author
Rich Slogar
committed
docs: Update for Android 23.0.4
Change-Id: I7025dcf9bbfd03b555f7f5059d0e35f67f836dcf
1 parent 1014b9a commit f34d0e6

4 files changed

Lines changed: 80 additions & 6 deletions

File tree

docs/html/preview/setup-sdk.jd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,16 @@ to flash the following devices:
202202
<li>Nexus 7 Wi-Fi (version 2, released in 2013)</li>
203203
</ul>
204204

205-
<p>In addition, you also get the emulator system images, which includes
205+
<p>In addition, you also get the emulator system images, which include
206206
experimental 64-bit system images along with standard 32-bit system images.
207207
</p>
208208

209+
<p class="note"><strong>Note:</strong> The 64-bit system images require the
210+
Intel x86 Emulator Accelerator (HAXM) Rev.5 which can be downloaded from the
211+
<a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a><em>Extras</em>
212+
folder.</p>
213+
214+
209215
<h3 id="installImage">Install the L Preview System Image</h3>
210216

211217
<p class="warning"><b>Warning:</b> This is a preview version of the Android
@@ -218,6 +224,7 @@ can cause your phone and installed services and applications to stop working.
218224
</p>
219225

220226

227+
221228
<ol>
222229
<li>Download and uncompress the Android Developer Preview package.
223230
<table style="width:860px">
@@ -361,4 +368,4 @@ sure that you theme extends the material theme:</p>
361368
}
362369
});
363370

364-
</script>
371+
</script>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
page.title=Installing the Eclipse Plugin
2-
adt.zip.version=23.0.3
3-
adt.zip.download=ADT-23.0.3.zip
4-
adt.zip.bytes=103321934
5-
adt.zip.checksum=ab2f5e2fbbdddeeb7dfd02cd4046538a
2+
adt.zip.version=23.0.4
3+
adt.zip.download=ADT-23.0.4.zip
4+
adt.zip.bytes=103336810
5+
adt.zip.checksum=91a43dcf686ab73dec2c08b77243492b
66

77
@jd:body
88

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,44 @@ the ADT Plugin, as denoted by revision number. </p>
5353
<p>For a summary of all known issues in ADT, see <a
5454
href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p>
5555

56+
5657
<div class="toggle-content opened">
5758
<p><a href="#" onclick="return toggleContent(this)">
5859
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
60+
alt=""/>ADT 23.0.4</a> <em>(October 2014)</em>
61+
</p>
62+
63+
<div class="toggle-content-toggleme">
64+
<dl>
65+
<dt>Dependencies:</dt>
66+
67+
<dd>
68+
<ul>
69+
<li>Java 7 or higher is required if you are targeting the L Developer Preview.</li>
70+
<li>Java 1.6 or higher is required if you are targeting other releases.</li>
71+
<li>Eclipse Indigo (Version 3.7.2) or higher is required.</li>
72+
<li>This version of ADT is designed for use with
73+
<a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r23.0.4</a>.
74+
If you haven't already installed SDK Tools r23.0.4 into your SDK, use the
75+
Android SDK Manager to do so.</li>
76+
</ul>
77+
</dd>
78+
79+
<dt>General Notes:</dt>
80+
<dd>
81+
<ul>
82+
<li>Fixed duplicate devices in AVD for Wear and TV.</li>
83+
</ul>
84+
</dd>
85+
</dl>
86+
</div>
87+
</div>
88+
89+
90+
91+
<div class="toggle-content closed">
92+
<p><a href="#" onclick="return toggleContent(this)">
93+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
5994
alt=""/>ADT 23.0.3</a> <em>(August 2014)</em>
6095
</p>
6196

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,38 @@ 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 23.0.4</a> <em>(October 2014)</em>
32+
</p>
33+
34+
<div class="toggle-content-toggleme">
35+
36+
<dl>
37+
<dt>Dependencies:</dt>
38+
39+
<dd>
40+
<ul>
41+
<li>Android SDK Platform-tools revision 19 or later.</li>
42+
<li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
43+
designed for use with ADT 23.0.4 and later. If you haven't already, update your
44+
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 23.0.4.</li>
45+
<li>If you are developing outside Eclipse, you must have
46+
<a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
47+
</ul>
48+
</dd>
49+
50+
<dt>General Notes:</dt>
51+
<dd>
52+
<ul>
53+
<li>Fixed duplicate devices in AVD for Wear and TV.</li>
54+
</ul>
55+
</dd>
56+
</div>
57+
</div>
58+
59+
60+
<div class="toggle-content closed">
61+
<p><a href="#" onclick="return toggleContent(this)">
62+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
3163
alt=""/>SDK Tools, Revision 23.0.2</a> <em>(July 2014)</em>
3264
</p>
3365

0 commit comments

Comments
 (0)