Loading docs/html/sdk/index.jd +27 −26 Original line number Original line Diff line number Diff line Loading @@ -3,43 +3,44 @@ page.template=sdk header.hide=1 header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. sdk.win32_bundle_download=adt-bundle-windows-x86.zip sdk.win32_bundle_bytes=418030942 sdk.win32_bundle_checksum=ce32861d8f7c93ff6ff6971bd99d228e sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip sdk.linux32_bundle_download=adt-bundle-linux-x86.zip sdk.win64_bundle_bytes=418155677 sdk.linux32_bundle_bytes=418614971 sdk.win64_bundle_checksum=f09aa4557bd1dc2703fde95dcdd6b92e sdk.linux32_bundle_checksum=24506708af221a887326c2a9ca9625dc sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip sdk.linux64_bundle_bytes=418889835 sdk.linux64_bundle_checksum=464c1fbe92ea293d6b2292c27af5066a sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip sdk.mac64_bundle_bytes=383216991 sdk.mac64_bundle_bytes=390649300 sdk.mac64_bundle_checksum=ea6c074ee30c426c503dab5c225a5076 sdk.mac64_bundle_checksum=f557bc61a4bff466633037839771bffb sdk.linux32_bundle_download=adt-bundle-linux-x86.zip sdk.win32_bundle_download=adt-bundle-windows-x86.zip sdk.linux32_bundle_bytes=411205048 sdk.win32_bundle_bytes=425429957 sdk.linux32_bundle_checksum=e64594cd339b8d9a400b9d16c616b3c3 sdk.win32_bundle_checksum=cca97f12904774385a57d542e70a490f sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip sdk.linux64_bundle_bytes=411478695 sdk.win64_bundle_bytes=425553759 sdk.linux64_bundle_checksum=582bfc9083ff4cbcfacc8223bd8c3be1 sdk.win64_bundle_checksum=c51679f4517e1c3ddefa1e662bbf17f6 sdk.win_installer=installer_r21.0.1-windows.exe sdk.linux_download=android-sdk_r21.1.0-linux.tgz sdk.win_installer_bytes=76520869 sdk.linux_bytes=91617112 sdk.win_installer_checksum=e2012262471a2583d4a559b15fcf45ff sdk.linux_checksum=3369a439240cf3dbe165d6b4173900a8 sdk.win_download=android-sdk_r21.0.1-windows.zip sdk.mac_download=android-sdk_r21.1.0-macosx.zip sdk.win_bytes=99107847 sdk.mac_bytes=66077080 sdk.win_checksum=613568d774c3bf25c5d24db16601af83 sdk.mac_checksum=49903cf79e1f8e3fde54a95bd3666385 sdk.mac_download=android-sdk_r21.0.1-macosx.zip sdk.win_download=android-sdk_r21.1.0-windows.zip sdk.mac_bytes=65804128 sdk.win_bytes=99360755 sdk.mac_checksum=30401c43a014cd5d6ec9d0c62854a1d9 sdk.win_checksum=dbece8859da9b66a1e8e7cd47b1e647e sdk.linux_download=android-sdk_r21.0.1-linux.tgz sdk.win_installer=installer_r21.1.0-windows.exe sdk.linux_bytes=91394975 sdk.win_installer_bytes=77767013 sdk.linux_checksum=eaa5a8d76d692d1d027f2bbcee019644 sdk.win_installer_checksum=594d8ff8e349db9e783a5f2229561353 Loading docs/html/sdk/installing/installing-adt.jd +3 −3 Original line number Original line Diff line number Diff line page.title=Installing the Eclipse Plugin page.title=Installing the Eclipse Plugin adt.zip.version=21.0.1 adt.zip.version=21.0.1 adt.zip.download=ADT-21.0.1.zip adt.zip.download=ADT-21.1.0.zip adt.zip.bytes=13569302 adt.zip.bytes=13564671 adt.zip.checksum=acfb01bf3fd1240f1fc21488c3dd16bf adt.zip.checksum=f1ae183891229784bb9c33bcc9c5ef1e @jd:body @jd:body Loading docs/html/tools/sdk/eclipse-adt.jd +57 −0 Original line number Original line Diff line number Diff line Loading @@ -57,6 +57,63 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <div class="toggle-content opened"> <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""/>ADT 21.1.0</a> <em>(February 2013)</em> </p> <div class="toggle-content-toggleme"> <dl> <dt>Dependencies:</dt> <dd> <ul> <li>Java 1.6 or higher is required for ADT 21.1.0.</li> <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li> <li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.1.0</a>. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the Android SDK Manager to do so.</li> </ul> </dd> <dt>General Notes:</dt> <dd> <ul> <li>Added new <a href="{@docRoot}tools/projects/templates.html">code templates</a> for notifications, blank fragments and list fragments.</li> <li>Added support for resource rename refactoring. Renaming a resource XML file, drawable icon, an {@code R.} field name or ID in the layout editor invokes a refactoring routine to update all resource references.</li> <li>Added more than 15 new Lint checks, including checks for overriding older APIs, XML resource problems, graphic asset issues and manifest tags. <li>Updated XML Editor to respond to refactoring shortcut keys such as <strong>Refactor > Rename</strong>.</li> <li>Updated XML Editor to improve double click handling.</li> <li>Added code completion improvements for custom views, theme references and class references. For example, code completion in a {@code <fragment android:name=””>} tag now suggests completion with a list of fragment classes. Similarly, code completion in the manifest now offers implementations suitable for the given tag.</li> <li>Updated the <strong>Project Import</strong> dialog so that it shows a table for all imported projects where you can edit the name of the imported project.</li> <li>Added support for layout aliases in the Layout Editor.</li> </ul> </dd> <dt>Bug fixes:</dt> <dd> <ul> <li>Fixed issued with refactoring support for renaming and moving classes and packages. </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.0.1</a> <em>(December 2012)</em> alt=""/>ADT 21.0.1</a> <em>(December 2012)</em> </p> </p> Loading docs/html/tools/sdk/tools-notes.jd +36 −1 Original line number Original line Diff line number Diff line Loading @@ -28,6 +28,41 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <div class="toggle-content opened"> <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""/>SDK Tools, Revision 21.1.0</a> <em>(February 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 r21.1.0 is designed for use with ADT 21.1.0 and later. If you haven't already, update your <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.1.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>Improved error reporting in {@code dx} when dex merging fails in the build system.</li> <li>Added more than 15 new Lint checks, including checks for overriding older APIs, XML resource problems, graphic asset issues and manifest tags.</li> <li>Added new aapt feature to compile resources.</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.0.1</a> <em>(December 2012)</em> alt=""/>SDK Tools, Revision 21.0.1</a> <em>(December 2012)</em> </p> </p> Loading @@ -40,7 +75,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <li>Android SDK Platform-tools revision 16 or later.</li> <li>Android SDK Platform-tools revision 16 or later.</li> <li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.0.1 is <li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.0.1 is designed for use with ADT 21.0.1 and later. If you haven't already, update your designed for use with ADT 21.0.1 and later. If you haven't already, update your <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.0.</li> <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.1.</li> <li>If you are developing outside Eclipse, you must have <li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li> <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li> </ul> </ul> Loading Loading
docs/html/sdk/index.jd +27 −26 Original line number Original line Diff line number Diff line Loading @@ -3,43 +3,44 @@ page.template=sdk header.hide=1 header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. sdk.win32_bundle_download=adt-bundle-windows-x86.zip sdk.win32_bundle_bytes=418030942 sdk.win32_bundle_checksum=ce32861d8f7c93ff6ff6971bd99d228e sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip sdk.linux32_bundle_download=adt-bundle-linux-x86.zip sdk.win64_bundle_bytes=418155677 sdk.linux32_bundle_bytes=418614971 sdk.win64_bundle_checksum=f09aa4557bd1dc2703fde95dcdd6b92e sdk.linux32_bundle_checksum=24506708af221a887326c2a9ca9625dc sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip sdk.linux64_bundle_bytes=418889835 sdk.linux64_bundle_checksum=464c1fbe92ea293d6b2292c27af5066a sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip sdk.mac64_bundle_bytes=383216991 sdk.mac64_bundle_bytes=390649300 sdk.mac64_bundle_checksum=ea6c074ee30c426c503dab5c225a5076 sdk.mac64_bundle_checksum=f557bc61a4bff466633037839771bffb sdk.linux32_bundle_download=adt-bundle-linux-x86.zip sdk.win32_bundle_download=adt-bundle-windows-x86.zip sdk.linux32_bundle_bytes=411205048 sdk.win32_bundle_bytes=425429957 sdk.linux32_bundle_checksum=e64594cd339b8d9a400b9d16c616b3c3 sdk.win32_bundle_checksum=cca97f12904774385a57d542e70a490f sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip sdk.linux64_bundle_bytes=411478695 sdk.win64_bundle_bytes=425553759 sdk.linux64_bundle_checksum=582bfc9083ff4cbcfacc8223bd8c3be1 sdk.win64_bundle_checksum=c51679f4517e1c3ddefa1e662bbf17f6 sdk.win_installer=installer_r21.0.1-windows.exe sdk.linux_download=android-sdk_r21.1.0-linux.tgz sdk.win_installer_bytes=76520869 sdk.linux_bytes=91617112 sdk.win_installer_checksum=e2012262471a2583d4a559b15fcf45ff sdk.linux_checksum=3369a439240cf3dbe165d6b4173900a8 sdk.win_download=android-sdk_r21.0.1-windows.zip sdk.mac_download=android-sdk_r21.1.0-macosx.zip sdk.win_bytes=99107847 sdk.mac_bytes=66077080 sdk.win_checksum=613568d774c3bf25c5d24db16601af83 sdk.mac_checksum=49903cf79e1f8e3fde54a95bd3666385 sdk.mac_download=android-sdk_r21.0.1-macosx.zip sdk.win_download=android-sdk_r21.1.0-windows.zip sdk.mac_bytes=65804128 sdk.win_bytes=99360755 sdk.mac_checksum=30401c43a014cd5d6ec9d0c62854a1d9 sdk.win_checksum=dbece8859da9b66a1e8e7cd47b1e647e sdk.linux_download=android-sdk_r21.0.1-linux.tgz sdk.win_installer=installer_r21.1.0-windows.exe sdk.linux_bytes=91394975 sdk.win_installer_bytes=77767013 sdk.linux_checksum=eaa5a8d76d692d1d027f2bbcee019644 sdk.win_installer_checksum=594d8ff8e349db9e783a5f2229561353 Loading
docs/html/sdk/installing/installing-adt.jd +3 −3 Original line number Original line Diff line number Diff line page.title=Installing the Eclipse Plugin page.title=Installing the Eclipse Plugin adt.zip.version=21.0.1 adt.zip.version=21.0.1 adt.zip.download=ADT-21.0.1.zip adt.zip.download=ADT-21.1.0.zip adt.zip.bytes=13569302 adt.zip.bytes=13564671 adt.zip.checksum=acfb01bf3fd1240f1fc21488c3dd16bf adt.zip.checksum=f1ae183891229784bb9c33bcc9c5ef1e @jd:body @jd:body Loading
docs/html/tools/sdk/eclipse-adt.jd +57 −0 Original line number Original line Diff line number Diff line Loading @@ -57,6 +57,63 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <div class="toggle-content opened"> <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""/>ADT 21.1.0</a> <em>(February 2013)</em> </p> <div class="toggle-content-toggleme"> <dl> <dt>Dependencies:</dt> <dd> <ul> <li>Java 1.6 or higher is required for ADT 21.1.0.</li> <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li> <li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.1.0</a>. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the Android SDK Manager to do so.</li> </ul> </dd> <dt>General Notes:</dt> <dd> <ul> <li>Added new <a href="{@docRoot}tools/projects/templates.html">code templates</a> for notifications, blank fragments and list fragments.</li> <li>Added support for resource rename refactoring. Renaming a resource XML file, drawable icon, an {@code R.} field name or ID in the layout editor invokes a refactoring routine to update all resource references.</li> <li>Added more than 15 new Lint checks, including checks for overriding older APIs, XML resource problems, graphic asset issues and manifest tags. <li>Updated XML Editor to respond to refactoring shortcut keys such as <strong>Refactor > Rename</strong>.</li> <li>Updated XML Editor to improve double click handling.</li> <li>Added code completion improvements for custom views, theme references and class references. For example, code completion in a {@code <fragment android:name=””>} tag now suggests completion with a list of fragment classes. Similarly, code completion in the manifest now offers implementations suitable for the given tag.</li> <li>Updated the <strong>Project Import</strong> dialog so that it shows a table for all imported projects where you can edit the name of the imported project.</li> <li>Added support for layout aliases in the Layout Editor.</li> </ul> </dd> <dt>Bug fixes:</dt> <dd> <ul> <li>Fixed issued with refactoring support for renaming and moving classes and packages. </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.0.1</a> <em>(December 2012)</em> alt=""/>ADT 21.0.1</a> <em>(December 2012)</em> </p> </p> Loading
docs/html/tools/sdk/tools-notes.jd +36 −1 Original line number Original line Diff line number Diff line Loading @@ -28,6 +28,41 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <div class="toggle-content opened"> <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""/>SDK Tools, Revision 21.1.0</a> <em>(February 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 r21.1.0 is designed for use with ADT 21.1.0 and later. If you haven't already, update your <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.1.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>Improved error reporting in {@code dx} when dex merging fails in the build system.</li> <li>Added more than 15 new Lint checks, including checks for overriding older APIs, XML resource problems, graphic asset issues and manifest tags.</li> <li>Added new aapt feature to compile resources.</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.0.1</a> <em>(December 2012)</em> alt=""/>SDK Tools, Revision 21.0.1</a> <em>(December 2012)</em> </p> </p> Loading @@ -40,7 +75,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <li>Android SDK Platform-tools revision 16 or later.</li> <li>Android SDK Platform-tools revision 16 or later.</li> <li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.0.1 is <li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.0.1 is designed for use with ADT 21.0.1 and later. If you haven't already, update your designed for use with ADT 21.0.1 and later. If you haven't already, update your <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.0.</li> <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.0.1.</li> <li>If you are developing outside Eclipse, you must have <li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li> <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li> </ul> </ul> Loading