Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 003f8567 authored by Joe Fernandez's avatar Joe Fernandez Committed by Android (Google) Code Review
Browse files

Merge "updates: build-cmdline-update" into lmp-mr1-ub-docs

parents 076c599f 5c19a842
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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