From 92b0308530d21195425c918cbe6057dd84f37992 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 14 Dec 2010 17:55:27 -0800 Subject: [PATCH] cherrypick Change-Id: I19d2be00c807b6cbdab357b32a7dd13f98a5433e docs: update to adt 8.0.1; delete ADT archive page, put a redirect in its place; update tools release notes and sys reqs to require ant 1.8 Change-Id: Id039d81953452d8f7cefc0c4d61e7d9ead575541 --- docs/html/sdk/adt_download.html | 10 +++ docs/html/sdk/adt_download.jd | 127 -------------------------------- docs/html/sdk/eclipse-adt.jd | 42 +++++++++-- docs/html/sdk/requirements.jd | 3 +- docs/html/sdk/sdk_toc.cs | 2 +- docs/html/sdk/tools-notes.jd | 3 + 6 files changed, 51 insertions(+), 136 deletions(-) create mode 100644 docs/html/sdk/adt_download.html delete mode 100644 docs/html/sdk/adt_download.jd diff --git a/docs/html/sdk/adt_download.html b/docs/html/sdk/adt_download.html new file mode 100644 index 0000000000000..5ba2ef5be7457 --- /dev/null +++ b/docs/html/sdk/adt_download.html @@ -0,0 +1,10 @@ + + + +Redirecting... + + +

You should be redirected. Please click here.

+ + \ No newline at end of file diff --git a/docs/html/sdk/adt_download.jd b/docs/html/sdk/adt_download.jd deleted file mode 100644 index 33e480a94bd17..0000000000000 --- a/docs/html/sdk/adt_download.jd +++ /dev/null @@ -1,127 +0,0 @@ -page.title=Download the ADT Zip File -@jd:body - -

If you are unable to download the ADT plugin through setting up a remote -update site in Eclipse, you can download the ADT zip file and install it -from your computer (archived site) instead.

- -

If you use this approach, in order to update the plugin, you will need to -download the latest version from this page, uninstall the old version from -Eclipse, then install the new version. For more details on the procedure, -see Troubleshooting -ADT Installation.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ADT VersionPackageSizeMd5 ChecksumNotes
8.0.0ADT-8.0.0.zip bytesRequires SDK Tools, Revision 8 November 2010
0.9.9ADT-0.9.9.zip8301681 bytes7deff0c9b25940a74cea7a0815a3bc36Requires SDK Tools, Revision 7 September 2010
0.9.8ADT-0.9.8.zip8301417 bytes27e0de800512f13feae46fb554e6ee2fRequires SDK Tools, Revision 7 September 2010
0.9.7ADT-0.9.7.zip8033750 bytesde2431c8d4786d127ae5bfc95b4605dfRequires SDK Tools, Revision 5 May 2010
0.9.6ADT-0.9.6.zip7456339 bytesea45d271be52b87b5dd1c9fb17536223Requires SDK Tools, Revision 5 March 2010
0.9.5ADT-0.9.5.zip3372982 bytes227ec538359fbe417ccde7f0ad614a96Requires SDK Tools, Revision 4 December 2009
0.9.4ADT-0.9.4.zip3367536 bytes4cdecd72b3e28022d8a55891f13e7d43Requires SDK Tools, Revision 3 October 2009
0.9.3ADT-0.9.3.zip3252487 bytesc296488ac35772667c0f49e822156979Required for users of Android 1.6 SDK only . Updated from 0.9.1. September 2009
- - -

Obsolete Versions of ADT

- -

The table below lists older versions of the ADT Plugin that are no longer -supported. If you are developing applications that are intended to be deployable -to Android-powered devices, make sure that you upgrade to the most current SDK -release available and use the most current version of the ADT Plugin, as listed -in the section above.

- -

If you are not sure what version of ADT is installed in your Eclipse -environment, open Eclipse and from the main menu select Help -> About Eclipse > Features Details. -Locate "com.android.ide.eclipse.adt" in the Feature ID column and look at its -version number.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ADT VersionNotes
0.9.1Required for users of Android 1.5 SDK. Updated from 0.9.0. 6 May 2009
0.8.0Required for users of Android 1.0/1.1 SDKs. 23 Sep 2008
0.7.1Required for users of the Android 0.9 SDK beta. 18 Aug 2008
0.4.0Required for users of the Android M5 Early Look SDK. 12 Feb 2008
0.3.3Required for users of the Android M3-RC37 Early Look SDK. 14 Dec 2007
0.3.1Initial Release. Required for users of the Android M3-RC20/22 SDKs.21 Nov 2007
-

diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index cc0260a62df93..0144eb4dd4966 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -1,9 +1,9 @@ page.title=ADT Plugin for Eclipse sdk.preview=0 -adt.zip.version=0.9.9 -adt.zip.download=ADT-0.9.9.zip -adt.zip.bytes=8301681 -adt.zip.checksum=7deff0c9b25940a74cea7a0815a3bc36 +adt.zip.version=8.0.1 +adt.zip.download=ADT-8.0.1.zip +adt.zip.bytes=8724909 +adt.zip.checksum=0e62185279083ddc01f18098ce7ba2d1 @jd:body @@ -98,7 +98,37 @@ padding: .25em 1em;
- + +ADT 8.0.1 (December 2010) +
+ +
+ +
Dependencies:
+ +

ADT 8.0.1 is designed for use with SDK Tools r8. If you haven't +already installed SDK Tools r8 into your SDK, use the Android SDK and AVD Manager to do +so.

+ +
General notes:
+
+
    +
  • This is a quick follow-up to ADT 8.0.0 to fix some bugs.
  • +
  • Fixes an issue in which projects failed to compile, citing a dex error.
  • +
  • Better ProGuard error reporting when exporting applications for release.
  • +
+

Also see the recent release notes for 8.0.0, below.

+
+
+
+
+ + +
+ + ADT 8.0.0 (December 2010)
@@ -322,7 +352,7 @@ ADT 0.9.5 (December 2009)

ADT 0.9.5 requires features provided in SDK Tools r4 or higher. If you install ADT 0.9.5, which is highly recommended, you should use the Android SDK and AVD -Manager to download thye latest SDK Tools into your SDK. For more information, +Manager to download the latest SDK Tools into your SDK. For more information, see Adding SDK Components.

diff --git a/docs/html/sdk/requirements.jd b/docs/html/sdk/requirements.jd index a359dad729b14..401dfe38e1bba 100644 --- a/docs/html/sdk/requirements.jd +++ b/docs/html/sdk/requirements.jd @@ -51,8 +51,7 @@ packages:

  • JDK 5 or JDK 6 (JRE alone is not sufficient)
  • -
  • Apache Ant 1.6.5 or later for -Linux and Mac, 1.7 or later for Windows
  • +
  • Apache Ant 1.8 or later
  • Not compatible with Gnu Compiler for Java (gcj)
diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index 55303a8759d6b..15ad005d42fb3 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -101,7 +101,7 @@