diff --git a/core/java/android/appwidget/AppWidgetProvider.java b/core/java/android/appwidget/AppWidgetProvider.java index f70de9cde67e0..7871fb6f65bfe 100755 --- a/core/java/android/appwidget/AppWidgetProvider.java +++ b/core/java/android/appwidget/AppWidgetProvider.java @@ -30,11 +30,9 @@ import android.os.Bundle; * *

Extend this class and override one or more of the {@link #onUpdate}, {@link #onDeleted}, * {@link #onEnabled} or {@link #onDisabled} methods to implement your own AppWidget functionality. - * - *

Sample Code

- * For an example of how to write a AppWidget provider, see the - * android.appwidget - * package overview. + *

+ *

For an example of how to write a AppWidget provider, see the + * AppWidgets documentation.

*/ public class AppWidgetProvider extends BroadcastReceiver { /** diff --git a/docs/html/guide/developing/eclipse-adt.jd b/docs/html/guide/developing/eclipse-adt.jd index 4f332b13e8cb5..75f3d78f48097 100644 --- a/docs/html/guide/developing/eclipse-adt.jd +++ b/docs/html/guide/developing/eclipse-adt.jd @@ -188,8 +188,8 @@ id:2 when launching your application on an emulator.

To learn more about creating and managing AVDs, please read the -Developing Overview -and android Tool documentation.

+Android Virtual Devices +documentation.

Running your application

diff --git a/docs/html/guide/developing/other-ide.jd b/docs/html/guide/developing/other-ide.jd index 5db4f8d19b221..8cdf0b91d7b80 100644 --- a/docs/html/guide/developing/other-ide.jd +++ b/docs/html/guide/developing/other-ide.jd @@ -19,7 +19,7 @@ page.title=Developing In Other IDEs

See also

    -
  1. android Tool
  2. +
  3. android Tool
  4. Android Emulator
  5. Android Debug Bridge
@@ -43,7 +43,7 @@ package it for distribution. This document is your guide to using these tools.
-
android
+
android
To create/update Android projects and to create/move/delete AVDs.
Android Emulator
To run your Android applications on an emulated Android platform.
@@ -377,7 +377,7 @@ multiple emulators.

For more information on the tools used above, please see the following documents:

diff --git a/docs/html/sdk/1.0_r1/requirements.jd b/docs/html/sdk/1.0_r1/requirements.jd new file mode 100644 index 0000000000000..af0667548dccb --- /dev/null +++ b/docs/html/sdk/1.0_r1/requirements.jd @@ -0,0 +1,45 @@ +page.title=System Requirements +sdk.version=1.0_r1 + + +@jd:body + +

The sections below describe the system and software requirements for +developing Android applications using the Android SDK tools included in Android 1.0 SDK, Release 1.

+ +

System and Software Requirements

+

The following systems and development environments are supported by this SDK.

+ +

Supported Operating Systems:

+ + +

Supported Development Environments:

+ + +

Note: If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In +particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development.

\ No newline at end of file diff --git a/docs/html/sdk/1.1_r1/installing.jd b/docs/html/sdk/1.1_r1/installing.jd index d5a7106483636..2da24799f95b8 100644 --- a/docs/html/sdk/1.1_r1/installing.jd +++ b/docs/html/sdk/1.1_r1/installing.jd @@ -242,7 +242,7 @@ href="{@docRoot}reference/index.html">Reference tab

Explore the SDK

Explore the SDK

-

Known Issues

- -

JUnit and Eclipse/ADT

- -

Other