Merge "docs: tools and adt md5sum and file sizes" into ics-mr0
This commit is contained in:
@@ -71,7 +71,12 @@ class="toggle-content-img" alt="" />
|
|||||||
<div class="toggle-content-toggleme" style="padding-left:2em;">
|
<div class="toggle-content-toggleme" style="padding-left:2em;">
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Initial release. SDK Tools r14 or higher is recommended.</dt>
|
<dt>Initial release. SDK Tools r14 or higher is required.
|
||||||
|
<p class="note"><strong>Important:</strong> To download the new Android
|
||||||
|
4.0 system components from the Android SDK Manager, you must first update the
|
||||||
|
SDK tools to revision 14 and restart the Android SDK Manager. If you do not,
|
||||||
|
the Android 4.0 system components will not be available for download.</p>
|
||||||
|
</dt>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
page.title=ADT Plugin for Eclipse
|
page.title=ADT Plugin for Eclipse
|
||||||
adt.zip.version=14.0.0
|
adt.zip.version=14.0.0
|
||||||
adt.zip.download=ADT-14.0.0.zip
|
adt.zip.download=ADT-14.0.0.zip
|
||||||
adt.zip.bytes=6745584
|
adt.zip.bytes=6745047
|
||||||
adt.zip.checksum=a645330d90fd9dae6187662bb1c3c644
|
adt.zip.checksum=014312e1553e3b8da55cb6a24e33e432
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|||||||
@@ -2,20 +2,20 @@ page.title=Android SDK
|
|||||||
sdk.redirect=0
|
sdk.redirect=0
|
||||||
|
|
||||||
sdk.win_installer=installer_r14-windows.exe
|
sdk.win_installer=installer_r14-windows.exe
|
||||||
sdk.win_installer_bytes=33860145
|
sdk.win_installer_bytes=33860326
|
||||||
sdk.win_installer_checksum=7a563491bf4671d09b9da0dcde85f212
|
sdk.win_installer_checksum=6d4f76385daaee766ad901699cdae6cc
|
||||||
|
|
||||||
sdk.win_download=android-sdk_r14-windows.zip
|
sdk.win_download=android-sdk_r14-windows.zip
|
||||||
sdk.win_bytes=33852972
|
sdk.win_bytes=33853090
|
||||||
sdk.win_checksum=d1381a0cc8e6f9358174aa6d051ba379
|
sdk.win_checksum=0c39628e296d6176ed928cc64498ba04
|
||||||
|
|
||||||
sdk.mac_download=android-sdk_r14-macosx.zip
|
sdk.mac_download=android-sdk_r14-macosx.zip
|
||||||
sdk.mac_bytes=30426052
|
sdk.mac_bytes=30426431
|
||||||
sdk.mac_checksum=df0a5c5b5327ffcaf256ce735998e12a
|
sdk.mac_checksum=189ce3e26dfb46298a7def21d3bdf271
|
||||||
|
|
||||||
sdk.linux_download=android-sdk_r14-linux.tgz
|
sdk.linux_download=android-sdk_r14-linux.tgz
|
||||||
sdk.linux_bytes=26083315
|
sdk.linux_bytes=26082867
|
||||||
sdk.linux_checksum=2049d5c1a164fcae47a5e93c52200752
|
sdk.linux_checksum=500483f8acd0d3cae94c68c3dcefbb98
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,12 @@ padding: .25em 1em;
|
|||||||
<a href="#" onclick="return toggleDiv(this)">
|
<a href="#" onclick="return toggleDiv(this)">
|
||||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
|
||||||
width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em>
|
width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em>
|
||||||
|
|
||||||
<div class="toggleme">
|
<div class="toggleme">
|
||||||
|
<p class="note"><strong>Important:</strong> To download the new Android
|
||||||
|
4.0 system components from the Android SDK Manager, you must first update the
|
||||||
|
SDK tools to revision 14 and restart the Android SDK Manager. If you do not,
|
||||||
|
the Android 4.0 system components will not be available for download.</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Dependencies:</dt>
|
<dt>Dependencies:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
@@ -81,6 +86,9 @@ padding: .25em 1em;
|
|||||||
<dt>General notes:</dt>
|
<dt>General notes:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Added webcam support to Android 4.0 or later platforms to emulate rear-facing cameras when one webcam is present,
|
||||||
|
and to emulate both rear-facing and front-facing cameras when two webcams are present. Webcam suport is for Windows and Linux only.
|
||||||
|
Mac support will come in a later release.</li>
|
||||||
<li>Changed <code>default.properties</code> to <code>project.properties</code> and
|
<li>Changed <code>default.properties</code> to <code>project.properties</code> and
|
||||||
<code>build.properties</code> to <code>ant.properties</code>. Any existing
|
<code>build.properties</code> to <code>ant.properties</code>. Any existing
|
||||||
projects that you build with Ant must be updated with the <code>android update project</code>
|
projects that you build with Ant must be updated with the <code>android update project</code>
|
||||||
@@ -90,7 +98,6 @@ padding: .25em 1em;
|
|||||||
commands, see the
|
commands, see the
|
||||||
<a href="{@docRoot}guide/developing/building/building-cmdline.html#AntReference">Ant Command
|
<a href="{@docRoot}guide/developing/building/building-cmdline.html#AntReference">Ant Command
|
||||||
Reference</a>.</li>
|
Reference</a>.</li>
|
||||||
|
|
||||||
<li>Changed how library projects are built.</a></li>
|
<li>Changed how library projects are built.</a></li>
|
||||||
<li>Improved incremental builds, so that resource compilation runs less frequently. Builds no
|
<li>Improved incremental builds, so that resource compilation runs less frequently. Builds no
|
||||||
longer run when you edit strings or layouts (unless you add a new <code>id</code>) and no longer
|
longer run when you edit strings or layouts (unless you add a new <code>id</code>) and no longer
|
||||||
|
|||||||
Reference in New Issue
Block a user