ADT R15 发布

来源:互联网 发布:vb没落因为php崛起 编辑:程序博客网 时间:2024/04/30 01:29
 

ADT Plugin for Eclipse

In this document

  1. Revisions
  2. Installing the ADT Plugin
    1. Preparing for Installation
    2. Downloading the ADT Plugin
    3. Configuring the ADT Plugin
    4. Troubleshooting
  3. Updating the ADT Plugin

See also

  1. Android Developer Tools

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned).apk files in order to distribute your application.

Developing in Eclipse with ADT is highly recommended and is the fastest way to get started. With the guided project setup it provides, as well as tools integration, custom XML editors, and debug ouput pane, ADT gives you an incredible boost in developing Android applications.

This document provides step-by-step instructions on how to download the ADT plugin and install it into your Eclipse development environment. Note that before you can install or use ADT, you must have compatible versions of both the Eclipse IDE and the Android SDK installed. For details, make sure to read Installing the ADT Plugin, below.

If you are already using ADT, this document also provides instructions on how to update ADT to the latest version or how to uninstall it, if necessary.

For information about the features provided by the ADT plugin, such as code editor features, SDK tool integration, and the graphical layout editor (for drag-and-drop layout editing), see theAndroid Developer Tools document.

Revisions

The sections below provide notes about successive releases of the ADT Plugin, as denoted by revision number.

For a summary of all known issues in ADT, see http://tools.android.com/knownissues.

ADT 15.0.0(October 2011)
Dependencies:
ADT 15.0.0 is designed for use with SDK Tools r15. If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK and AVD Manager to do so.
Bug fixes:
  • Fixed build issue when using Renderscript in projects that target API levels 11-13 (Issue 21006).
  • Fixed issue when creating projects from existing source code.
  • Fixed issues in the SDK Manager (Issue 20939,Issue 20607).
  • Fixed scrolling issue in the new Logcat panel of DDMS.
原创粉丝点击