summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/building
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2015-06-03 13:36:07 -0700
committerRich Slogar <rslogar@google.com>2015-06-09 10:16:51 -0700
commit5c19a842bbcc62b88a2cab604e451496e49888eb (patch)
tree23e503b574601c81e952a69e794e0a8c77f3a1c6 /docs/html/tools/building
parenta27dd186b265b58eae490d4e19ec11268ea54f12 (diff)
downloadframeworks_base-5c19a842bbcc62b88a2cab604e451496e49888eb.zip
frameworks_base-5c19a842bbcc62b88a2cab604e451496e49888eb.tar.gz
frameworks_base-5c19a842bbcc62b88a2cab604e451496e49888eb.tar.bz2
updates: build-cmdline-update
b.android/175610 Change-Id: I712ded3e024685b35ae98f8517958db330890c18
Diffstat (limited to 'docs/html/tools/building')
-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 33798a5..554cf59 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