diff options
Diffstat (limited to 'docs/html/sdk')
| -rw-r--r-- | docs/html/sdk/index.jd | 37 |
1 files changed, 26 insertions, 11 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 63dbed7..23c102e 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -2,17 +2,25 @@ page.title=Android SDK header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. -sdk.win_bundle_download=adt-bundle-windows.zip -sdk.win_bundle_bytes=417851515 -sdk.win_bundle_checksum=73bdd1168fce0e36a27255a4335c865d +sdk.win32_bundle_download=adt-bundle-windows-x86.zip +sdk.win32_bundle_bytes=417851015 +sdk.win32_bundle_checksum=42d9a6c15113d405a97eed05e6d42e2b -sdk.mac_bundle_download=adt-bundle-mac.zip -sdk.mac_bundle_bytes=382957959 -sdk.mac_bundle_checksum=a320f8bbaee8572a36e68c434564bdd0 +sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip +sdk.win64_bundle_bytes=417851515 +sdk.win64_bundle_checksum=73bdd1168fce0e36a27255a4335c865d -sdk.linux_bundle_download=adt-bundle-linux.zip -sdk.linux_bundle_bytes=411217430 -sdk.linux_bundle_checksum=b0590fe9c1533da9b20ea65525b77677 +sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip +sdk.mac64_bundle_bytes=382957959 +sdk.mac64_bundle_checksum=a320f8bbaee8572a36e68c434564bdd0 + +sdk.linux32_bundle_download=adt-bundle-linux-x86.zip +sdk.linux32_bundle_bytes=411065882 +sdk.linux32_bundle_checksum=39687b06fedfea7487ff0824a4d32ee8 + +sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip +sdk.linux64_bundle_bytes=411217430 +sdk.linux64_bundle_checksum=b0590fe9c1533da9b20ea65525b77677 @@ -43,6 +51,8 @@ sdk.linux_checksum=7f8d73b629f808cdcfc9f9900bbd7580 </style> + + <div style="position:relative;height:660px;"> @@ -208,6 +218,12 @@ This is the Android Software Development Kit License Agreement <input id="agree" type="checkbox" name="agree" value="1" onclick="onAgreeChecked()" /> <label id="agreeLabel" for="agree">I have read and agree with the above terms and conditions</label> </p> +<p id="bitpicker" style="display:none"> + <input id="32" onclick="onAgreeChecked()" type="radio" name="bit" value="32"> + <label for="32">32-bit</label> + <input id="64" onclick="onAgreeChecked()" type="radio" name="bit" value="64"> + <label for="64">64-bit</label> +</p> <p><a href="" class="button disabled" id="downloadForRealz" onclick="return onDownloadForRealz(this);"></a></p> </div> @@ -256,9 +272,8 @@ href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a - <div class="col-7" style="margin-right:0;"> - <img src="{@docRoot}images/sdk-cube.png" alt="" /> + <img src="{@docRoot}images/sdk-cube.png" alt="" height=264 /> <!-- this appears when viewing the online docs --> <div class="online"> |
