Skip to content

Commit 4f78450

Browse files
scottamainAndroid Git Automerger
authored andcommitted
am d4ff824: Merge "docs: update sdk install to handle both 32 and 64-bit bundles" into jb-mr1-dev
* commit 'd4ff824915e1c9ea1c3122b5745973f681915279': docs: update sdk install to handle both 32 and 64-bit bundles
2 parents 6189888 + d4ff824 commit 4f78450

File tree

1 file changed

+24
-35
lines changed

1 file changed

+24
-35
lines changed

docs/html/sdk/index.jd

Lines changed: 24 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@ 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_bundle_download=adt-bundle-windows.zip
6-
sdk.win_bundle_bytes=417851515
7-
sdk.win_bundle_checksum=73bdd1168fce0e36a27255a4335c865d
5+
sdk.win32_bundle_download=adt-bundle-windows-x86.zip
6+
sdk.win32_bundle_bytes=417851015
7+
sdk.win32_bundle_checksum=42d9a6c15113d405a97eed05e6d42e2b
88

9-
sdk.mac_bundle_download=adt-bundle-mac.zip
10-
sdk.mac_bundle_bytes=382957959
11-
sdk.mac_bundle_checksum=a320f8bbaee8572a36e68c434564bdd0
9+
sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip
10+
sdk.win64_bundle_bytes=417975502
11+
sdk.win64_bundle_checksum=9c8ef6855764ecc516ee9d1664405461
1212

13-
sdk.linux_bundle_download=adt-bundle-linux.zip
14-
sdk.linux_bundle_bytes=411217430
15-
sdk.linux_bundle_checksum=b0590fe9c1533da9b20ea65525b77677
13+
sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip
14+
sdk.mac64_bundle_bytes=383081781
15+
sdk.mac64_bundle_checksum=3e39d683361901226183730f717bc4ee
16+
17+
sdk.linux32_bundle_download=adt-bundle-linux-x86.zip
18+
sdk.linux32_bundle_bytes=411065882
19+
sdk.linux32_bundle_checksum=39687b06fedfea7487ff0824a4d32ee8
20+
21+
sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip
22+
sdk.linux64_bundle_bytes=411339954
23+
sdk.linux64_bundle_checksum=b92a799faf94ee445e34b12a50bf9d08
1624

1725

1826

@@ -43,30 +51,6 @@ sdk.linux_checksum=7f8d73b629f808cdcfc9f9900bbd7580
4351
</style>
4452

4553

46-
<div id="naMessage" style="display:none">
47-
<div><p><strong>Sorry, the Eclipse IDE with ADT currently requires a 64-bit OS</strong></p>
48-
<p>It looks like you're running a 32-bit operating system. You can continue with the download if you'd like,
49-
but be aware the version of Eclipse included in this download <strong>will not work</strong>
50-
on a 32-bit OS, although the rest of the Android SDK tools and platforms <strong>will work</strong>
51-
normally on their own or with another IDE.</p>
52-
<p>If you'll be developing on a 32-bit OS, you can download a 32-bit version of Eclipse
53-
from <a href="http://eclipse.org/mobile/">http://eclipse.org/mobile/</a>. You should then
54-
instead download the stand-alone Android SDK Tools and separately
55-
set up Eclipse with the ADT plugin.</p>
56-
57-
<input id="warningCancel" style="margin-top:1em;padding:5px;white-space:pre" type="button"
58-
value="Continue download anyway" style="cursor:pointer">
59-
<input id="warningOk" class="button" style="margin-top:1em;padding:5px;white-space:pre;float:right" type="button"
60-
value="Download SDK Tools instead">
61-
</div>
62-
</div>
63-
64-
65-
66-
67-
68-
69-
7054

7155

7256
<div style="position:relative;height:660px;">
@@ -234,6 +218,12 @@ This is the Android Software Development Kit License Agreement
234218
<input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" />
235219
<label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label>
236220
</p>
221+
<p id="bitpicker" style="display:none">
222+
<input id="32" onclick="onAgreeChecked()" type="radio" name="bit" value="32">
223+
<label for="32">32-bit</label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
224+
<input id="64" onclick="onAgreeChecked()" type="radio" name="bit" value="64">
225+
<label for="64">64-bit</label>
226+
</p>
237227
<p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p>
238228
</div>
239229

@@ -282,9 +272,8 @@ href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a
282272

283273

284274

285-
286275
<div class="col-7" style="margin-right:0;">
287-
<img src="{@docRoot}images/sdk-cube.png" alt="" />
276+
<img src="{@docRoot}images/sdk-cube.png" alt="" height=264 />
288277

289278
<!-- this appears when viewing the online docs -->
290279
<div class="online">

0 commit comments

Comments
 (0)