page.title=SDK Tools Notes @jd:body

SDK Tools is a downloadable component for the Android SDK. It includes the complete set of development and debugging tools for the Android SDK.

This document provides version-specific information about SDK Tools releases. To keep up-to-date on new releases, make sure that you view this page at http://developer. android.com/sdk/tools-notes.html.

To install SDK Tools in your SDK environment (and replace the 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

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

Dependencies

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 r3 in your SDK.

Android tool

DDMS

Android SDK and AVD Manager

Layoutopt, a new tool for optimizing layouts

The SDK Tools r3 package includes layoutopt, a new command-line tool that helps you optimize your layout hierarchies. When run against your layout files, the tool analyzes their hierarchies and notifies you of inefficiencies and other potential issues. The tool also provides simple solutions for the issues it finds. For usage, see layoutopt.