Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC49017F5B for ; Tue, 7 Apr 2015 15:28:15 +0000 (UTC) Received: (qmail 98578 invoked by uid 500); 7 Apr 2015 15:28:12 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 98558 invoked by uid 500); 7 Apr 2015 15:28:12 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 98543 invoked by uid 99); 7 Apr 2015 15:28:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 15:28:12 +0000 Date: Tue, 7 Apr 2015 15:28:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8484) Cordova package support for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483361#comment-14483361 ] 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_r27888531 --- 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. --- End diff -- Passsssssssword :) > 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: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org