From 0818aca466719cedcdb7c12bf92dece07f4765c7 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty <> Date: Tue, 24 Mar 2009 20:19:21 -0700 Subject: [PATCH] Automated import from //branches/donutburger/...@141445,141445 --- docs/html/sdk/1.5_r1/index.jd | 62 +++++++ docs/html/sdk/1.5_r1/installing.jd | 312 +++++++++++++++++++++++++++++++++++ docs/html/sdk/1.5_r1/requirements.jd | 42 +++++ docs/html/sdk/1.5_r1/upgrading.jd | 150 +++++++++++++++++ docs/html/sdk/android-1.5.jd | 248 ++++++++++++++++++++++++++++ docs/html/sdk/sdk_toc.cs | 3 +- 6 files changed, 816 insertions(+), 1 deletion(-) create mode 100644 docs/html/sdk/1.5_r1/index.jd create mode 100644 docs/html/sdk/1.5_r1/installing.jd create mode 100644 docs/html/sdk/1.5_r1/requirements.jd create mode 100644 docs/html/sdk/1.5_r1/upgrading.jd create mode 100644 docs/html/sdk/android-1.5.jd diff --git a/docs/html/sdk/1.5_r1/index.jd b/docs/html/sdk/1.5_r1/index.jd new file mode 100644 index 000000000000..345489ad7480 --- /dev/null +++ b/docs/html/sdk/1.5_r1/index.jd @@ -0,0 +1,62 @@ +page.title=Android 1.5 SDK, Release 1 + +sdk.version=1.5_r1 +sdk.date=April 2009 + +sdk.win_download=android-sdk-windows-1.5_r1.zip +sdk.win_bytes= +sdk.win_checksum= + +sdk.mac_download=android-sdk-mac_x86-1.5_r1.zip +sdk.mac_bytes= +sdk.mac_checksum= + +sdk.linux_download=android-sdk-linux_x86-1.5_r1.zip +sdk.linux_bytes= +sdk.linux_checksum= + + +@jd:body + +

SDK Contents

+ +

Development tools

+ +

The SDK includes a variety of tools for developing and debugging application code and designing an application UI. You can read about the tools in the +Dev Guide and access them in the <sdk>/tools/ directory. + +

The tools package included in this SDK is the same as that included in the Android 1.0, Release 2 SDK.

+ +

System Images

+ +

The Android system images listed below are included in this SDK. For more information about a system image — features, applications included, localizations, API changes, and so on — see its Version Notes.

+ + + + + + + + + + + + + + +
System ImageAPI LevelNotesDescription
Android 1.53Version NotesIncludes com.google.android.maps external library and a set of standard development applications.
+ +

Sample Code and Applications

+ +

You can look at a variety of tutorials and samples in the Dev Guide and access the sample code itself +in the <sdk>/samples/ directory of the SDK package.

+ +

Documentation

+ +

The SDK package includes a full set of local documentation. To view it, open the <sdk>/documentation.html file in a web browser. If you are developing in an IDE such as Eclipse, you can also view the reference documentation directly in the IDE.

+ +

The most current documentation is always available on the Android Developers site:

+ +

http://developer.android.com/

+ + diff --git a/docs/html/sdk/1.5_r1/installing.jd b/docs/html/sdk/1.5_r1/installing.jd new file mode 100644 index 000000000000..df9ec3aee89b --- /dev/null +++ b/docs/html/sdk/1.5_r1/installing.jd @@ -0,0 +1,312 @@ +page.title=Installing the Android SDK +sdk.version=1.5_r1 + +@jd:body + + +

This page describes how to install the Android SDK and set up your +development environment. If you haven't downloaded the SDK, you can +do so from the +Download page.

+ +

If you encounter any problems during installation, see the +Installation Notes at the bottom of +this page.

+ +

Upgrading?

+

If you have already developed applications using an earlier version +of the SDK, please skip this page and read the +Upgrading the +SDK document instead. +

+ + +

Preparing for Installation

+ +

Before you get started with the Android SDK, take a moment to confirm +that your development machine meets the system requirements. +

+ +

If you will be developing on Eclipse with the Android Development +Tools (ADT) Plugin — the recommended path if you are new to +Android — make sure that you have a suitable version of Eclipse +installed on your computer. If you need to install Eclipse, you can +download it from this location:

+ +

http://www.eclipse.org/downloads/

+ +

A Java or RCP version of Eclipse is recommended.

+ +

Installing the SDK

+ +

After downloading the SDK, unpack the .zip archive to a suitable location on your machine. By default, the SDK files are unpacked into a directory named android_sdk_<platform>_<release>_<build>. The directory contains a link to a local copy of the documentation and the subdirectories tools/, samples/, and others.

+ +

Make a note of the name and location of the unpacked SDK directory on your system — you will need to refer to the SDK directory later, when setting up the Android plugin or using SDK tools.

+ +

Optionally, you can add the path to the SDK tools directory to your path. As mentioned above, the tools/ directory is located in the SDK directory.

+ + +

Adding tools to your path lets you run Android Debug Bridge (adb) and the other command line tools without needing to supply the full path to the tools directory. Note that, if you update your SDK, you should remember to update your PATH settings to point to the new location, if different.

+ + +

If you will be using the Eclipse IDE as your environment for developing Android applications, continue reading the next +section in order to install the Android Development Tools plugin and set up Eclipse. If you choose not to use Eclipse, you can +develop Android applications using other tools — read the guide to developing +in other IDEs.

+ + +

Installing the ADT Plugin for Eclipse

+ +

Android offers a custom plugin for the Eclipse IDE, called Android +Development Tools (ADT), that is designed to give you a powerful, +integrated environment in which to build Android applications. It +extends the capabilites of Eclipse to let you quickly set up new Android +projects, create an application UI, add components based on the Android +Framework API, and debug using the Android SDK tools.

+ +

If you are new to Android or want to develop using the Eclipse IDE, +the ADT plugin will be an essential part of your development +environment. In general, using Eclipse with ADT is a highly recommended +approach and is the fastest way to get started. This section describes +how to install ADT into your Eclipse environment. + +

If you prefer to work in a development environment other than Eclipse, +you do not need to install Eclipse or the ADT Plugin. Instead, you can +access the SDK tools directly to build and debug your application.

+ +

Once you have Eclipse installed, as described in +Preparing for Installation, follow the steps below to +download the ADT plugin and install it in your respective Eclipse +environment.

+ + + + + + + +
Eclipse 3.3 (Europa)Eclipse 3.4 (Ganymede)
+
    +
  1. Start Eclipse, then select Help > Software Updates > Find + and Install....
  2. + +
  3. In the dialog that appears, select Search for new features to install and click Next.
  4. +
  5. Click New Remote Site.
  6. +
  7. In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL: +
    https://dl-ssl.google.com/android/eclipse/
    +

    Alternatively, you can use http in the Location URL, if you are having + trouble with https (https is preferred for security reasons).

    +
    http://dl-ssl.google.com/android/eclipse/
    +

    Click OK.

  8. +
  9. You should now see the new site added to the search list (and checked). + Click Finish.
  10. +
  11. In the subsequent Search Results dialog box, select the checkbox for + Android Plugin > Developer Tools. + This will check both features: "Android Developer Tools", and "Android + Editors". The Android Editors feature is optional, but recommended. If + you choose to install it, you need the WST plugin mentioned earlier in this + page. Click Next.
  12. +
  13. Read the license agreement and then select Accept terms of the license agreement. + Click Next.
  14. +
  15. Click Finish.
  16. + +
  17. The ADT plugin is not signed; you can accept the installation anyway + by clicking Install All.
  18. +
  19. Restart Eclipse.
  20. +
+ +
+ +
    +
  1. Start Eclipse, then select Help > Software Updates.... +
  2. +
  3. In the dialog that appears, click the Available Software tab. +
  4. +
  5. Click Add Site... +
  6. +
  7. Enter this as the Location: +
    https://dl-ssl.google.com/android/eclipse/
    +

    Alternatively, you can use http in the Location URL, if you are having + trouble with https (https is preferred for security reasons).

    +
    http://dl-ssl.google.com/android/eclipse/
    +

    Click OK.

  8. +
  9. Back in the Available Software view, you should see the plugin. Select the checkbox next to + Developer Tools and click Install... +
  10. +
  11. On the subsequent Install window, "Android Developer Tools", and "Android Editors" should both be checked. + The Android Editors feature is optional, but recommended. If + you choose to install it, you need the WST plugin mentioned earlier in this + page. Click Next. +
  12. +
  13. Accept the license agreement and click Finish.
  14. +
  15. Restart Eclipse.
  16. +
+ +
+ +

Now, you just need to modify your Eclipse preferences to point to the Android SDK directory:

+
    +
  1. Select Window > Preferences... to open the Preferences + panel. (Mac OS X: Eclipse > Preferences)
  2. +
  3. Select Android from the left panel.
  4. +
  5. For the SDK Location in the main panel, click Browse... and locate the SDK directory.
  6. +
  7. Click Apply, then OK.
  8. +
+ +

Done! If you haven't encountered any problems, then you're ready to +begin developing Android applications. See the After +Installation: Next Steps section for suggestions on how to start.

+ + +

Troubleshooting ADT Installation

+

+If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions:

+ + +

+If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT files to your local machine using a browser and the install the files in Eclipse from there: +

+
    +
  1. Download the ADT zip file (do not unpack it). +
  2. Follow steps 1 and 2 in the default install instructions (above). +
  3. In Eclipse 3.3, click New Archive Site....
    + In Eclipse 3.4, click Add Site..., then Archive... +
  4. Browse and select the downloaded the zip file. +
  5. Follow the remaining procedures, above, starting from steps 5. +
+

+Note that to update your plugin, you will have to follow these steps again instead of the default update instructions.

+ +

Note that the "Android Editors" feature of ADT requires several optional +Eclipse components (for example, WST). If you encounter an error when +installing ADT, your Eclipse installion might not include those components. +For information about how to quickly add the necessary components to your +Eclipse installation, see the troubleshooting topic +ADT Installation Error: "requires plug-in org.eclipse.wst.sse.ui".

+ +

For Linux users

+

If you encounter this error when installing the ADT Plugin for Eclipse: +

+An error occurred during provisioning.
+Cannot connect to keystore.
+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.

+ + +

After Installation: Next Steps

+

Once you have installed the SDK and the ADT Plugin, you are ready to +begin developing applications. Here are a few ways you can get started:

+ +

Learn about Android

+ + +

Explore the SDK

+ + +

Explore some code

+ + +

Visit the Android developer groups

+ + + +

Installation Notes

+

Ubuntu Linux Notes

+ +

Other Linux Notes

+ + + diff --git a/docs/html/sdk/1.5_r1/requirements.jd b/docs/html/sdk/1.5_r1/requirements.jd new file mode 100644 index 000000000000..3f0deca92210 --- /dev/null +++ b/docs/html/sdk/1.5_r1/requirements.jd @@ -0,0 +1,42 @@ +page.title=System Requirements + +sdk.version=1.5_r1 +sdk.date=April 2009 + +@jd:body + +

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

+ +

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.5_r1/upgrading.jd b/docs/html/sdk/1.5_r1/upgrading.jd new file mode 100644 index 000000000000..23cb82c29fa0 --- /dev/null +++ b/docs/html/sdk/1.5_r1/upgrading.jd @@ -0,0 +1,150 @@ +page.title=Upgrading the SDK +sdk.version=1.5_r1 +@jd:body + + + +

This document describes how to move your development environment and existing +Android applications from an Android 1.0 SDK to the Android 1.5, Release 1 SDK. +If you are migrating applications from an earlier SDK, please read the upgrading +document available in the Android 1.0 SDK package. +

+ +

To ensure that your applications are compliant with the Android 1.5 system available +on mobile devices, you need to install the Android 1.5 SDK and port your existing Android +applications to it. The sections below will guide you through the process.

+ +

Installing the Latest SDK

+ +

Download the SDK and unpack it into a safe location.

+ +

After unpacking the new SDK and saving it an appropriate location, you should:

+ + + + +

Update your ADT Eclipse Plugin

+ +

If you develop on Eclipse and are migrating from an Android 1.0 +SDK, no update of the ADT plugin is needed — skip to Update your Eclipse SDK Preferences.

+ +

If you are migrating from an earlier version of the SDK, you will +need to update the ADT plugin.

You may also want to upgrade your +ADT plugin when a new version becomes available for your existing version +of the SDK.

+ +

The steps below describe how to update the ADT plugin to the latest +version available.

+ + + + + + + +
Eclipse 3.3 (Europa)Eclipse 3.4 (Ganymede)
+
    +
  1. Select Help > Software Updates > Find and Install....
  2. +
  3. Select Search for updates of the currently installed features and click Finish.
  4. +
  5. If any update for ADT is available, select and install.
  6. +
  7. Restart Eclipse.
  8. +
+

Alternatively,

+
    +
  1. Select Help > Software Updates > Manage Configuration.
  2. + +
  3. Navigate down the tree and select Android Development Tools <version>
  4. +
  5. Select Scan for Updates under Available Tasks.
  6. +
+
+
    +
  1. Select Help > Software Updates...
  2. +
  3. Select the Installed Software tab.
  4. +
  5. Click Update...
  6. +
  7. If an update for ADT is available, select it and click Finish.
  8. +
  9. Restart Eclipse.
  10. +
+
+ +

Update your Eclipse SDK Preferences

+ +

The last step is to update your Eclipse preferences to point to the new SDK directory:

+
    +
  1. Select Window > Preferences... to open the Preferences panel. (Mac OSX: Eclipse > Preferences)
  2. +
  3. Select Android from the left panel.
  4. +
  5. For the SDK Location in the main panel, click Browse... and locate the SDK directory.
  6. +
  7. Click Apply, then OK.
  8. +
+ +

Migrate Your Applications, if Necessary

+ +

If (and only if) you have written apps in an SDK released previous to +the Android 1.0 SDK, you will need to migrate your applications. After +installing the new SDK and updating the ADT Plugin (if applicable), you +may encounter breakages in your application code, due to +framework and API changes. You'll need to update your code to match the +latest APIs.

+ +

One way to start is to open your project in Eclipse and see where the ADT +identifies errors in your application. From there, you can lookup +specific API changes in the Android 1.0 APIs in the + +Overview of Changes and +API Diffs Report.

+ +

If you have additional trouble updating your code, visit the +Android Developers Group +to seek help from other Android developers.

+ +

If you have modified one of the ApiDemos applications and would like to migrate it +to the new SDK, note that you will need to uninstall the version of ApiDemos that comes +preinstalled in the emulator. For more information, or if you encounter an "reinstallation" +error when running or installing ApiDemos, see the troubleshooting topic +I can't install ApiDemos +apps in my IDE because of a signing error for information about how to solve the problem.

+ diff --git a/docs/html/sdk/android-1.5.jd b/docs/html/sdk/android-1.5.jd new file mode 100644 index 000000000000..55fc4ba6d3b0 --- /dev/null +++ b/docs/html/sdk/android-1.5.jd @@ -0,0 +1,248 @@ +page.title=Android 1.5 Version Notes +sdk.version=1.5_r1 +sys.date=April 2009 +@jd:body + +

+Date: April 2009
+API Level: 3

+ + +

This document provides version notes for the Android 1.5 system image included in the SDK.

+ + + +

Overview

+ +

The Android 1.5 system image delivered in the SDK is the development +counterpart to the Android 1.5 production system image, deployable to +Android-powered handsets starting in February 2009.

+ +

The Android 1.5 system image delivers an updated version of the framework +API. As with previous versions, the Android 1.5 API +is assigned an integer identifier — 3 — that is +stored in the system itself. This identifier, called the "API Level", allows the +system to correctly determine whether an application is compatible with +the system, prior to installing the application.

+ +

Applications can reference a specific API Level value in their +manifest files, to indicate the minimum version of the Android system +required to run the application. To reference a minimum API Level, applications +can add a minSdkVersion attribute in their manifest files. +The value of the attribute is an integer corresponding to an API Level +identifier. Prior to installing an application, the system then checks the value of +minSdkVersion and allows the install only +if the referenced integer is less than or equal to the API Level integer stored +in the system itself.

+ +

If you use the Android 1.5 system image to build an application +compatible with Android-powered devices running the Android 1.5 +platform, please note that you must set the the +android:minSdkVersion attribute in the application's +manifest to "3", which is the API strictly associated with Android 1.5. +

+ +

Specifically, you define the android:minSdkVersion +attribute in a <uses-sdk> element as a child of +<manifest> in the manifest file. When set, the +attribute looks like this:

+ +
<manifest>
+  ...
+  <uses-sdk minSdkVersion="3" />
+  ...
+</manifest>
+ +

By setting android:minSdkVersion in this way, you ensure +that users will only be able to install your application if their +devices are running the Android 1.5 platform. In turn, this ensures that +your application will function properly on their devices, especially if +it uses APIs introduced in Android 1.5.

+ +

If your application uses APIs introduced in Android 1.5 but does not +declare <uses-sdk minSdkVersion="3" />, then it will +run properly on Android 1.5 devices but not on Android 1.0 +devices. In the latter case, the application will crash at runtime when +it tries to use the Android 1.5 APIs.

+ +

If your application does not use any new APIs introduced in Android +1.5, you can indicate general Android 1.0 compatibility by removing +minSdkVersion or setting the attribute to "1". However, +before publishing your application, you must make sure to compile your +application against the Android 1.0 system image (available in the +Android SDK), to ensure that it builds and functions properly for +Android 1.0 devices. You should test the application against system +images corresponding to the API Levels that the application is designed +to be compatible with.

+ +

If you are sure your application is not using Android 1.5 APIs and +has no need to use them, you might find it easier to keep working in the +Android 1.1 SDK, rather than migrating to the Android 1.5 SDK and having +to do additional testing.

+ + +

External Libraries

+ +

The system image includes these external libraries, which you can +access from your application by adding a +<uses-library>.

+ + +

Device Compatibility

+ +

The Android 1.5 system image was tested for compatability with the +Android-powered devices listed below:

+ + +

Built-in Applications

+ +

The system image includes these built-in applications:

+ + +

UI Localizations

+ +

The system image provides localized UI strings for the languages +listed below.

+ + +

Localized UI strings match the locales that are displayable in +the emulator, accessible through the device Settings application.

+ +

Resolved Issues

+ + +

New Features

+ + + +

API Changes

+ +

Overview

+ + + +

API Change Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Module or FeatureChange Description
Annotations for test systems
Added {@link android.test.suitebuilder.annotation.LargeTest LargeTest} annotation.
Added {@link android.test.suitebuilder.annotation.MediumTest MediumTest} annotation.
Added {@link android.test.suitebuilder.annotation.SmallTest SmallTest} annotation.
Allow a process to easily know its UID.
Added public method {@link android.os.Process#myUid} to class {@link android.os.Process android.os.Process}
Padding in views
Added public method {@link android.view.View#getBottomPaddingOffset} to class {@link android.view.View android.view.View}.
Added public method {@link android.view.View#getLeftPaddingOffset} to class {@link android.view.View android.view.View}.
Added public method {@link android.view.View#getRightPaddingOffset} to class {@link android.view.View android.view.View}.
Added public method {@link android.view.View#getTopPaddingOffset} to class {@link android.view.View android.view.View}.
Added public method {@link android.view.View#isPaddingOffsetRequired} to class {@link android.view.View android.view.View}.
Marquee support
Added public method {@link android.widget.TextView#setMarqueeRepeatLimit} to class {@link android.widget.TextView}
Added public field {@link android.R.attr#marqueeRepeatLimit android.R.attr.marqueeRepeatLimit}
New permissions
Added public field {@link android.Manifest.permission#BROADCAST_SMS android.Manifest.permission.BROADCAST_SMS}
Added public field {@link android.Manifest.permission#BROADCAST_WAP_PUSH android.Manifest.permission.BROADCAST_WAP_PUSH}
API cleanup
Removed protected constructor java.net.ServerSocket.ServerSocket(java.net.SocketImpl).
+ + + + + + diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index 9a5a18b39b30..8c7a0a764fe6 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -2,7 +2,7 @@