diff --git a/Android.mk b/Android.mk index c127e629cfb21..a83d497cab130 100644 --- a/Android.mk +++ b/Android.mk @@ -345,6 +345,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since ./frameworks/base/api/3.xml 3 \ -since ./frameworks/base/api/4.xml 4 \ -since ./frameworks/base/api/5.xml 5 \ + -since ./frameworks/base/api/6.xml 6 \ -error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 \ -overview $(LOCAL_PATH)/core/java/overview.html @@ -373,7 +374,7 @@ web_docs_sample_code_flags := \ ## SDK version identifiers used in the published docs # major[.minor] version for current SDK. (full releases only) -framework_docs_SDK_VERSION:=2.0 +framework_docs_SDK_VERSION:=2.0.1 # release version (ie "Release x") (full releases only) framework_docs_SDK_REL_ID:=1 # name of current SDK directory (full releases only) @@ -382,10 +383,10 @@ framework_docs_SDK_CURRENT_DIR:=$(framework_docs_SDK_VERSION)_r$(framework_docs_ framework_docs_SDK_PREVIEW:=0 ## Latest ADT version identifiers, for reference from published docs -framework_docs_ADT_VERSION:=0.9.4 -framework_docs_ADT_DOWNLOAD:=ADT-0.9.4.zip -framework_docs_ADT_BYTES:=3367536 -framework_docs_ADT_CHECKSUM:=4cdecd72b3e28022d8a55891f13e7d43 +framework_docs_ADT_VERSION:=0.9.5 +framework_docs_ADT_DOWNLOAD:=ADT-0.9.5.zip +framework_docs_ADT_BYTES:=3372982 +framework_docs_ADT_CHECKSUM:=227ec538359fbe417ccde7f0ad614a96 framework_docs_LOCAL_DROIDDOC_OPTIONS += \ -hdf sdk.version $(framework_docs_SDK_VERSION) \ diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd index cebd2d43891ad..548748769e2bd 100644 --- a/docs/html/guide/appendix/api-levels.jd +++ b/docs/html/guide/appendix/api-levels.jd @@ -83,6 +83,7 @@ Android platform.

+ @@ -111,7 +112,7 @@ the Android system itself.

Applications can use a manifest element provided by the framework API — <uses-sdk> — to describe the minimum and maximum API Levels under which they are able to run, as well as the preferred API Level that -they are designed to support. The element offers two key attributes:

+they are designed to support. The element offers three key attributes:

Platform VersionAPI Level
Android 2.0.16
Android 2.05
Android 1.64
Android 1.53
diff --git a/docs/html/sdk/RELEASENOTES.jd b/docs/html/sdk/RELEASENOTES.jd index cbfac2b67e7e9..fdaba614d00ae 100644 --- a/docs/html/sdk/RELEASENOTES.jd +++ b/docs/html/sdk/RELEASENOTES.jd @@ -28,16 +28,16 @@ keep your development environment up-to-date.

Note that if you are currently using the Android 1.6 SDK, you do not necessarily need to install the new SDK, since your existing SDK already -includes the Android SDK and AVD Manager tool. To develop against Android 2.0, -for example, you could just download the Android 2.0 platform into your existing +includes the Android SDK and AVD Manager tool. To develop against Android 2.0.1, +for example, you could just download the Android 2.0.1 platform into your existing SDK.

Release notes for Android platforms and other SDK components are now available from the "SDK" tab, under "Downloadable SDK Components."

@@ -109,10 +108,8 @@ Windows, r2 - - @@ -160,4 +157,4 @@ Windows, r2 changeNavLang(getLangPref()); //--> - \ No newline at end of file + diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index b8337b0f93a96..1b0d8f0f93d2e 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -15,18 +15,55 @@ android.com/sdk/tools-notes.html.

existing tools), use the Android SDK and AVD Manager. For more information, see Adding SDK Components.

+

SDK Tools, Revision 4

+ +

December 2009. SDK Tools r4 provides several new features for developers and includes +fixes for several issues, as described below.

+ +

Dependencies

+ +

SDK Tools r4 is compatible with ADT 0.9.5 and later, but not +compatible with earlier versions. If you are developing in Eclipse with ADT, you +must update your ADT plugin to version 0.9.5 or higher if you +install SDK Tools r4 in your SDK.

+ +

General notes

+ + +

Android SDK and AVD Manager

+ + +

Emulator

+ + +

Ant build tools

+ +

SDK Tools, Revision 3

-

SDK Tools 3 provides several new features for developers and includes +

October 2009. SDK Tools r3 provides several new features for developers and includes fixes for several tools issues, as described below.

Dependencies

-

SDK Tools 3 is compatible with ADT 0.9.4 and later, but not +

SDK Tools r3 is compatible with ADT 0.9.4 and later, but not compatible with earlier versions. If you are developing in Eclipse with ADT, you must update your ADT plugin to version 0.9.4 or higher if you -install SDK Tools 3 in your SDK.

+install SDK Tools r3 in your SDK.

Android tool