diff options
| author | Joe Fernandez <joefernandez@google.com> | 2015-06-19 20:32:32 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-19 20:32:34 +0000 |
| commit | 003f8567defcb88b2e07b3f85f0b43f74d29b322 (patch) | |
| tree | bd8ce13e8965f1a7a96da5fe5127771fdddc521d | |
| parent | 076c599feb9a18b250de7020c2f1c01561c509f9 (diff) | |
| parent | 5c19a842bbcc62b88a2cab604e451496e49888eb (diff) | |
| download | frameworks_base-003f8567defcb88b2e07b3f85f0b43f74d29b322.zip frameworks_base-003f8567defcb88b2e07b3f85f0b43f74d29b322.tar.gz frameworks_base-003f8567defcb88b2e07b3f85f0b43f74d29b322.tar.bz2 | |
Merge "updates: build-cmdline-update" into lmp-mr1-ub-docs
| -rw-r--r-- | docs/html/tools/building/building-cmdline.jd | 7 |
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 |
