am c6cb1b84: am 85cd4ead: Merge "docs: Android SDK/ADT 22.0 Release Notes" into jb-mr1.1-docs

* commit 'c6cb1b84b59cadeed2fcbc9680c771efc6fce3b1':
  docs: Android SDK/ADT 22.0 Release Notes
This commit is contained in:
Joe Fernandez
2013-05-14 18:31:54 -07:00
committed by Android Git Automerger
4 changed files with 129 additions and 31 deletions

View File

@@ -5,43 +5,43 @@ header.hide=1
page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
sdk.linux32_bundle_download=adt-bundle-linux-x86-20130219.zip
sdk.linux32_bundle_bytes=418664018
sdk.linux32_bundle_checksum=e56ebb5c8eb84eb3227cf7c255373f4b
sdk.linux32_bundle_download=adt-bundle-linux-x86-20130514.zip
sdk.linux32_bundle_bytes=433992720
sdk.linux32_bundle_checksum=38b29a0721423e59c55c62c0356b1c18
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130219.zip
sdk.linux64_bundle_bytes=418939098
sdk.linux64_bundle_checksum=90cb420934170787938d0477c1a83a7f
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130514.zip
sdk.linux64_bundle_bytes=434278511
sdk.linux64_bundle_checksum=f5f7387d209a67fe1638acab7e0037a4
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130219.zip
sdk.mac64_bundle_bytes=390697025
sdk.mac64_bundle_checksum=b768c28f380c1846479664c4790e9c53
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130514.zip
sdk.mac64_bundle_bytes=403067311
sdk.mac64_bundle_checksum=5391a1f0284c1fb87048010fbc2808ab
sdk.win32_bundle_download=adt-bundle-windows-x86-20130219.zip
sdk.win32_bundle_bytes=425487608
sdk.win32_bundle_checksum=4a40039f28048e6d7b2440adf55b8321
sdk.win32_bundle_download=adt-bundle-windows-x86-20130514.zip
sdk.win32_bundle_bytes=440739521
sdk.win32_bundle_checksum=51fb90bc049f66730d7b8da5671a4b93
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130219.zip
sdk.win64_bundle_bytes=425611626
sdk.win64_bundle_checksum=891f79816b4d19042faab26d670f4f77
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130514.zip
sdk.win64_bundle_bytes=440868113
sdk.win64_bundle_checksum=0eb9a91cc0c170a1f1bc9b47d0f4ec81
sdk.linux_download=android-sdk_r21.1-linux.tgz
sdk.linux_bytes=91617112
sdk.linux_checksum=3369a439240cf3dbe165d6b4173900a8
sdk.linux_download=android-sdk_r22-linux.tgz
sdk.linux_bytes=99643077
sdk.linux_checksum=30fb75bad918c5c3d79f8ec3cc44b3cf
sdk.mac_download=android-sdk_r21.1-macosx.zip
sdk.mac_bytes=66077080
sdk.mac_checksum=49903cf79e1f8e3fde54a95bd3666385
sdk.mac_download=android-sdk_r22-macosx.zip
sdk.mac_bytes=71244523
sdk.mac_checksum=fa5193ad41edecac6960023f55569ba3
sdk.win_download=android-sdk_r21.1-windows.zip
sdk.win_bytes=99360755
sdk.win_checksum=dbece8859da9b66a1e8e7cd47b1e647e
sdk.win_download=android-sdk_r22-windows.zip
sdk.win_bytes=107505668
sdk.win_checksum=71722fe052ae6380444a21bce8ee87c2
sdk.win_installer=installer_r21.1-windows.exe
sdk.win_installer_bytes=77767013
sdk.win_installer_checksum=594d8ff8e349db9e783a5f2229561353
sdk.win_installer=installer_r22-windows.exe
sdk.win_installer_bytes=87498295
sdk.win_installer_checksum=e0cc167733bf8b51dbc7e0ad0a8c8d4b

View File

@@ -1,8 +1,8 @@
page.title=Installing the Eclipse Plugin
adt.zip.version=21.0.1
adt.zip.download=ADT-21.1.0.zip
adt.zip.bytes=13564671
adt.zip.checksum=f1ae183891229784bb9c33bcc9c5ef1e
adt.zip.version=22.0.0
adt.zip.download=ADT-22.0.0.zip
adt.zip.bytes=16797235
adt.zip.checksum=cabd8a19390d6268be7065ca69b89e88
@jd:body

View File

@@ -57,6 +57,49 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
alt=""/>ADT 22.0.0</a> <em>(May 2013)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Java 1.6 or higher is required for ADT 22.0.0.</li>
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 22.0.0.</li>
<li>ADT 22.0.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
Tools r22</a>. If you haven't already installed SDK Tools r22 into your SDK, use the
Android SDK Manager to do so.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Updated tools to allow libraries to share the same package name as the applications
that use them.</li>
<li>Added new Lint checks, including checks for layout consistency,
{@link android.widget.RelativeLayout} siblings, {@link android.os.Parcel} creator,
JavaScript interfaces, {@link android.app.Service} casting, quantity strings, manifest
typos, orientation tags in layouts, overlapping names for 9-patches and images, and class
existence checks.</li>
<li>Updated build tools to sign applications using the BouncyCastle library instead of
relying on Sun JVM specific APIs.</li>
<li>Added an experimental Gradle build export feature for moving projects into the
<a href="{@docRoot}sdk/installing/studio.html">Android Studio</a> environment or for
setting up command-line builds with Gradle.
(<a href="http://tools.android.com/tech-docs/new-build-system">more info</a>)</li>
</ul>
</dd>
</dl>
</div>
</div>
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>ADT 21.1.0</a> <em>(February 2013)</em>
</p>

View File

@@ -29,6 +29,61 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 22</a> <em>(May 2013)</em>
</p>
<div class="toggle-content-toggleme">
<dl>
<dt>Dependencies:</dt>
<dd>
<ul>
<li>Android SDK Platform-tools revision 16 or later.</li>
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r22 is
designed for use with ADT 22.0.0 and later. If you haven't already, update your
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 22.0.0.</li>
<li>If you are developing outside Eclipse, you must have
<a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
</ul>
</dd>
<dt>General Notes:</dt>
<dd>
<ul>
<li>Changed the structure of the SDK by adding a new build tool SDK Component, which is
based on the existing platform-tools component. This change decouples the build tools
versions from the IDE versions, allowing updates to the tools without requiring an
IDE update.</li>
<li>Updated tools to allow libraries to share the same package name as the applications
that use them.</li>
<li>Updated {@code draw9patch} tool to allow easier changing of markers.</li>
<li>Added new Lint checks, including checks for layout consistency,
{@link android.widget.RelativeLayout} siblings, {@link android.os.Parcel} creator,
JavaScript interfaces, {@link android.app.Service} casting, quantity strings, manifest
typos, orientation tags in layouts, overlapping names for 9-patches and images, and class
existence checks.</li>
<li>Updated build tools to sign applications using the BouncyCastle library instead of
relying on Sun JVM specific APIs.</li>
<li>Released some of the Android tools into <a href="http://www.maven.org">Maven
Central</a> to assist third-party tool developers. The following tools are available
in the repository: {@code manifest-merger}, {@code common/sdk_common}, {@code ddmlib},
{@code dvlib}, {@code layoutlib_api}, {@code sdklib}, and {@code lint}.</li>
</ul>
</dd>
<dt>Bug fixes:</dt>
<dd>
<ul>
<li>Fixed a number of minor bugs in the SDK and build system.</li>
</ul>
</dd>
</dl>
</div>
</div>
<div class="toggle-content closed">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
alt=""/>SDK Tools, Revision 21.1</a> <em>(February 2013)</em>
</p>