diff options
Diffstat (limited to 'docs/html/guide/developing/index.jd')
-rw-r--r-- | docs/html/guide/developing/index.jd | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/html/guide/developing/index.jd b/docs/html/guide/developing/index.jd index 3d7e353..722c75a 100644 --- a/docs/html/guide/developing/index.jd +++ b/docs/html/guide/developing/index.jd @@ -98,20 +98,22 @@ information. <dt>Jarsigner (or similar signing tool)</dt> - <dd>To sign your .apk file with a private key generated by keytool. Jarsigner is part of the + <dd>To sign your .apk file with a private key generated by Keytool. Jarsigner is part of the JDK.</dd> </dl> - <p>If you are using Eclipse and ADT, tools such as <code>adb</code> and the <code>android</code> - are called by Eclipse and ADT under the hood or similar functionality is provided within Eclipse. - You need to be familiar with <code>adb</code>, however, because certain functions are not accessible from - Eclipse, such as the <code>adb</code> shell commands. You might also need to call Keytool and Jarsigner to + <p>If you are using Eclipse and ADT, tools such as <code>adb</code> and <code>android</code> + are automatically called by Eclipse and ADT so you don't have to manually invoke these tools. + You need to be familiar with <code>adb</code>, however, because certain functions are not +accessible from + Eclipse, such as the <code>adb</code> shell commands. You might also need to call Keytool and +Jarsigner to sign your applications, but you can set up Eclipse to do this automatically as well.</p> <p>For more information on the tools provided with the Android SDK, see the <a href="{@docRoot}guide/developing/tools/index.html">Tools</a> section of the documentation.</p> -<h2 id="ThirdParty">Third-Party Development Tools</h2> +<h2 id="ThirdParty">Other Third-Party Development Tools</h2> <p> The tools described in this section are not developed by the Android SDK team. The Android Dev Guide does not provide documentation for these tools. Please refer to the linked documents in each |