From 798da53fa88ae6ae9af6ccd599515d199016f9ab Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Tue, 12 Feb 2013 16:55:43 -0800 Subject: [PATCH] docs: Keystore/Cert warning for Signing Apps, Issue: 8180111 Change-Id: Iab2a06fc27922aafbf10b821550098c040e2a4b2 --- docs/html/tools/publishing/app-signing.jd | 24 +++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/html/tools/publishing/app-signing.jd b/docs/html/tools/publishing/app-signing.jd index ac45242516b51..608780e8ea140 100644 --- a/docs/html/tools/publishing/app-signing.jd +++ b/docs/html/tools/publishing/app-signing.jd @@ -96,8 +96,7 @@ you compile.

you don't have a private key, you can use the Keytool utility to create one for you. When you compile your application in release mode, the build tools use your private key along with the Jarsigner utility to sign your application's .apk file. Because the certificate and -private key you use are your own, you will have to provide the password for the keystore and key -alias.

+private key you use are your own, you must provide the password for the keystore and key alias.

The debug signing process happens automatically when you run or debug your application using Eclipse with the ADT plugin. Debug signing also happens automatically when you use the Ant build @@ -117,13 +116,13 @@ lifespan of your applications. There are several reasons why you should do so: <