summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2015-06-19 20:59:03 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-19 20:59:03 +0000
commita8b518d7c2ca006ad52d5900ebb3ca831490d373 (patch)
treefb3c27acf011bb2f77d96a1b6ddd321a65b923cb /docs/html
parentd9d05fe358c96e85149627d955191d1328e9924a (diff)
parent041e01bbdffa85b9b5ffba201d36bd566eaa2651 (diff)
downloadframeworks_base-a8b518d7c2ca006ad52d5900ebb3ca831490d373.zip
frameworks_base-a8b518d7c2ca006ad52d5900ebb3ca831490d373.tar.gz
frameworks_base-a8b518d7c2ca006ad52d5900ebb3ca831490d373.tar.bz2
am 041e01bb: am 003f8567: Merge "updates: build-cmdline-update" into lmp-mr1-ub-docs
* commit '041e01bbdffa85b9b5ffba201d36bd566eaa2651': updates: build-cmdline-update
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/tools/building/building-cmdline.jd7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/html/tools/building/building-cmdline.jd b/docs/html/tools/building/building-cmdline.jd
index 0e4c8b2..bf3e873 100644
--- a/docs/html/tools/building/building-cmdline.jd
+++ b/docs/html/tools/building/building-cmdline.jd
@@ -353,13 +353,6 @@ adb -d install <em>path/to/your/app</em>.apk
to publish your application, you <strong>must</strong> sign the application with your own private
key, rather than the debug key generated by the SDK tools.</p>
- <p>Android Studio helps you get started quickly by signing your .apk files with a debug key,
- prior to installing them on an emulator or development device. This means that you can quickly
- run your application from Android Studio without having to generate your own private key. No
- specific action on your part is needed, provided ADT has access to Keytool. However, please note
- that if you intend to publish your application, you <strong>must</strong> sign the application
- with your own private key, rather than the debug key generated by the SDK tools.</p>
-
<p>Please read <a href="{@docRoot}tools/publishing/app-signing.html">Signing Your
Applications</a>, which provides a thorough guide to application signing on Android and what it
means to you as an Android application developer. The document also includes a guide to publishing