[
https://issues.apache.org/jira/browse/CB-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483360#comment-14483360
]
ASF GitHub Bot commented on CB-8484:
------------------------------------
Github user agrieve commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/277#discussion_r27888508
--- Diff: docs/en/edge/guide/platforms/android/tools.md ---
@@ -85,6 +85,43 @@ AVD is available as a target, you're prompted to select
one. By
default the `run` command detects a connected device, or a currently
running emulator if no device is found.
+## Signing the App
+
+You can review Android app signing requirements here:
http://developer.android.com/tools/publishing/app-signing.html
+
+To sign an app, you need the following parameters:
+ * Keystore (`--keystore`): Path to a binary file which can hold a set of
keys.
+ * Keystore password (`--storePassword`): Password to the keystore
+ * Alias (`--alias`): The id specifying the private key used for singing.
+ * Password (`--password`): Passsword for the private key specified.
+ * Type of the keystore (`--keystoreType`): pkcs12, jks (Default:pkcs12)
--- End diff --
believe the default is jks. When not specified, it'll switch to pkcs12
automatically if the keystore path ends with ".p12" or ".pfx", so you normally
wouldn't need to set this explicitly.
> Cordova package support for Android
> -----------------------------------
>
> Key: CB-8484
> URL: https://issues.apache.org/jira/browse/CB-8484
> Project: Apache Cordova
> Issue Type: Sub-task
> Components: Android
> Affects Versions: 4.0.0
> Reporter: Nikhil Khandelwal
> Assignee: Nikhil Khandelwal
>
> Details of the design here:
> https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]