howto sign android app

This commit is contained in:
Carla Schroder
2015-08-06 15:22:02 -07:00
parent eff6035489
commit 17a325a8d9
2 changed files with 10 additions and 3 deletions

View File

@@ -92,6 +92,11 @@ button to your users. You need this to enable multiaccounts.
.. image:: ../images/ownbrander-8.png
.. _sign_android_app:
Signing Android Client
----------------------
The next option is **Sign Android Client**. You can upload your signing
certificate in the wizard so that is signed during the build process, or you
can optionally sign your app after we build it. See

View File

@@ -21,9 +21,11 @@ you will sign and distribute.
Digitally Signing Android Apps
------------------------------
Signing your app is required, and the most time-consuming part is installing
the commands you need to sign them. You need three commands to sign your app:
``keytool``, ``jarsigner``, and ``zipalign``. Follow these steps:
Signing your app is required. You can do this in the :ref:`ownBrander
wizard <sign_android_app>`, or after it is built and delivered to you. The most
time-consuming part of signing the built app is installing the commands you need
to sign it. You need three commands to sign your app: ``keytool``,
``jarsigner``, and ``zipalign``. Follow these steps:
1. Install the signing commands
2. Create a self-signed certificate with ``keytool``