Skip to content

Commit 8680f8f

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: add warning for adt bundle on 32-bit os" into jb-mr1-dev
2 parents 73b1f68 + 226fe97 commit 8680f8f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/html/sdk/index.jd

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,32 @@ sdk.linux_checksum=7f8d73b629f808cdcfc9f9900bbd7580
4343
</style>
4444

4545

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+
70+
71+
4672
<div style="position:relative;height:660px;">
4773

4874

0 commit comments

Comments
 (0)