From e40c4636d970c50f7719e7d5067963be93c25750 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 25 Jun 2012 10:02:13 -0700 Subject: docs: move AIDL doc under Services in api guides. Change-Id: I525de97958e2093af15cce2b007ec022cb315a71 --- docs/html/tools/help/index.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html/tools/help') diff --git a/docs/html/tools/help/index.jd b/docs/html/tools/help/index.jd index aa95de2..447d39c 100644 --- a/docs/html/tools/help/index.jd +++ b/docs/html/tools/help/index.jd @@ -74,7 +74,7 @@ Android Debug Bridge is a versatile tool that lets you manage the state of an em Android-powered device. You can also use it to install an Android application (.apk) file on a device.

-

The other platform tools, such as aidl, +

The other platform tools, such as aidl, aapt, dexdump, and dx, are typically called by the Android build tools or Android Development Tools (ADT), so you rarely need to invoke these tools directly. As a general rule, you should rely on the build tools or the ADT plugin to call them as needed.

-- cgit v1.1