From 607079d8098f3bf6632913a6edd0bc6d6f9167d7 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 9 Aug 2012 14:13:22 -0700 Subject: docs: SDK r20.0.3, Support Library r10 Release Notes plus some OCD cleanup to the ADT install steps Change-Id: I760ddb284da2a3f53741b75d6ff0e02af8181c9a --- docs/html/sdk/index.jd | 25 ++++++++-------- docs/html/sdk/installing/installing-adt.jd | 47 ++++++++++++++++-------------- docs/html/tools/extras/support-library.jd | 19 ++++++++++++ docs/html/tools/sdk/eclipse-adt.jd | 33 +++++++++++++++++++++ docs/html/tools/sdk/tools-notes.jd | 32 ++++++++++++++++++++ 5 files changed, 122 insertions(+), 34 deletions(-) (limited to 'docs/html') diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index df978554ae1f..cf85a3434c71 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -2,21 +2,21 @@ page.title=Android SDK header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. -sdk.win_installer=installer_r20.0.1-windows.exe -sdk.win_installer_bytes=70486979 -sdk.win_installer_checksum=a8df28a29c7b8598e4c50f363692256d +sdk.win_installer=installer_r20.0.3-windows.exe +sdk.win_installer_bytes=70495456 +sdk.win_installer_checksum=cf23b95d0c9cd57fac3c3be253171af4 -sdk.win_download=android-sdk_r20.0.1-windows.zip -sdk.win_bytes=90370975 -sdk.win_checksum=5774f536892036f87d3bf6502862cea5 +sdk.win_download=android-sdk_r20.0.3-windows.zip +sdk.win_bytes=90379469 +sdk.win_checksum=cd895c79201f7f02507eb3c3868a1c5e -sdk.mac_download=android-sdk_r20.0.1-macosx.zip -sdk.mac_bytes=58217336 -sdk.mac_checksum=cc132d04bc551b23b0c507cf5943df57 +sdk.mac_download=android-sdk_r20.0.3-macosx.zip +sdk.mac_bytes=58218455 +sdk.mac_checksum=07dc88ba2c0817ef178a665d002831bf -sdk.linux_download=android-sdk_r20.0.1-linux.tgz -sdk.linux_bytes=82607616 -sdk.linux_checksum=cd7176831087f53e46123dd91551be32 +sdk.linux_download=android-sdk_r20.0.3-linux.tgz +sdk.linux_bytes=82616305 +sdk.linux_checksum=0d53c2c31d6b5d0cf7385bccd0b06c27 @jd:body @@ -141,3 +141,4 @@ for Java, both of which are not supported for Android development.

$('.reqs').show(); } + diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 414b97bdb29a..4fc2ca66c094 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -1,9 +1,9 @@ page.title=Installing the Eclipse Plugin walkthru=1 -adt.zip.version=20.0.2 -adt.zip.download=ADT-20.0.2.zip -adt.zip.bytes=12388464 -adt.zip.checksum=8e727bcdc9789c900784a82e6330ec22 +adt.zip.version=20.0.3 +adt.zip.download=ADT-20.0.3.zip +adt.zip.bytes=12390954 +adt.zip.checksum=869a536b1c56d0cd920ed9ae259ae619 @jd:body @@ -11,7 +11,7 @@ adt.zip.checksum=8e727bcdc9789c900784a82e6330ec22

Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin is designed to give you a powerful, integrated -environment in which to develop Android apps. It extends the capabilites +environment in which to develop Android apps. It extends the capabilities of Eclipse to let you quickly set up new Android projects, build an app UI, debug your app, and export signed (or unsigned) app packages (APKs) for distribution.

@@ -39,21 +39,21 @@ the Next link on the right.

  1. Start Eclipse, then select Help > Install New -Software....
  2. +Software.
  3. Click Add, in the top-right corner.
  4. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
    https://dl-ssl.google.com/android/eclipse/
  5. -
  6. Click OK -

    Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, +

  7. Click OK. +

    If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

  8. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  9. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  10. Read and accept the license agreements, then click Finish. -

    Note: If you get a security warning saying that the authenticity or validity of +

    If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.

  11. When the installation completes, restart Eclipse.
@@ -148,17 +148,15 @@ remote update site, you can download the ADT zip file to your local machine and manually install it:

    -
  1. Download the current ADT Plugin zip file from the table below (do not unpack it). +
  2. Download the ADT Plugin zip file (do not unpack it): - - @@ -169,16 +167,20 @@ manually install it:

    -
  3. Follow steps 1 and 2 in the default install - instructions (above).
  4. -
  5. In the Add Site dialog, click Archive.
  6. -
  7. Browse and select the downloaded zip file.
  8. -
  9. Enter a name for the local update site (e.g., - "Android Plugin") in the "Name" field.
  10. -
  11. Click OK. -
  12. Follow the remaining procedures as listed for - default installation above, - starting from step 4.
  13. +
  14. Start Eclipse, then select Help > Install New +Software.
  15. +
  16. Click Add, in the top-right corner.
  17. +
  18. In the Add Repository dialog, click Archive.
  19. +
  20. Select the downloaded {@adtZipDownload} file and click OK.
  21. +
  22. Enter "ADT Plugin" for the name and click OK. +
  23. In the Available Software dialog, select the checkbox next to Developer Tools and click +Next.
  24. +
  25. In the next window, you'll see a list of the tools to be downloaded. Click +Next.
  26. +
  27. Read and accept the license agreements, then click Finish. +

    If you get a security warning saying that the authenticity or validity of +the software can't be established, click OK.

  28. +
  29. When the installation completes, restart Eclipse.
  30. To update your plugin once you've installed using the zip file, you will have @@ -204,3 +206,4 @@ JKS ...then your development machine lacks a suitable Java VM. Installing Sun Java 6 will resolve this issue and you can then reinstall the ADT Plugin.

    + diff --git a/docs/html/tools/extras/support-library.jd b/docs/html/tools/extras/support-library.jd index 869a15b5a270..b1e2ea018afb 100644 --- a/docs/html/tools/extras/support-library.jd +++ b/docs/html/tools/extras/support-library.jd @@ -90,6 +90,24 @@ padding: 5px 0 0;
    Support Package, revision 10 (August 2012) +
    +
    +
    Changes for v4 support library:
    +
    +
      +
    • Added support for notification features introduced in Android 4.1 (API Level 16) with + additions to {@link android.support.v4.app.NotificationCompat}.
    • +
    +
    +
    +
    +
    + + +
    + + Support Package, revision 9 (June 2012)
    @@ -589,3 +607,4 @@ Android online developer documentation:

    Additionally, the Google I/O App is a complete application that uses the v4 support library to provide a single APK for both handsets and tablets and also demonstrates some of Android's best practices in Android UI design.

    + diff --git a/docs/html/tools/sdk/eclipse-adt.jd b/docs/html/tools/sdk/eclipse-adt.jd index bdb4a9ecef53..10c622b84f86 100644 --- a/docs/html/tools/sdk/eclipse-adt.jd +++ b/docs/html/tools/sdk/eclipse-adt.jd @@ -97,6 +97,39 @@ padding: 5px 0 0; +ADT 20.0.3 (August 2012) +
    +
    +
    Dependencies:
    + +
    +
      +
    • Java 1.6 or higher is required for ADT 20.0.3.
    • +
    • Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.
    • +
    • ADT 20.0.3 is designed for use with SDK + Tools r20.0.3. If you haven't already installed SDK Tools r20.0.3 into your SDK, use the + Android SDK Manager to do so.
    • +
    +
    + +
    Bug fixes:
    +
    +
      +
    • Fixed issue with keyboard shortcuts for editors in Eclipse Juno (Version 4.x).
    • +
    • Fixed problem with cached download lists in SDK Manager.
    • +
    +
    + +
    + +
    +
    + + +
    + + ADT 20.0.2 (July 2012)
    diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 039c4b5b6095..f8b5d256b289 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -28,6 +28,37 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues

    SDK Tools, Revision 20.0.3 (August 2012) +

    + +
    + +
    +
    Dependencies:
    +
    +
      +
    • Android SDK Platform-tools revision 12 or later.
    • +
    • If you are developing in Eclipse with ADT, note that the SDK Tools r20.0.3 is designed + for use with ADT 20.0.3 and later. If you haven't already, update your + ADT Plugin to 20.0.3.
    • +
    • If you are developing outside Eclipse, you must have + Apache Ant 1.8 or later.
    • +
    +
    +
    Bug fixes:
    +
    +
      +
    • Fixed problem with cached download lists in SDK Manager.
    • +
    +
    +
    +
    +
    + + +
    +

    + SDK Tools, Revision 20.0.1 (July 2012)

    @@ -942,3 +973,4 @@ href="/tools/help/layoutopt.html">layoutopt.

    + -- cgit v1.2.3-59-g8ed1b
    Name Package Size MD5 Checksum
    ADT {@adtZipVersion} {@adtZipDownload}