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 DCD0F18874 for ; Wed, 28 Oct 2015 09:14:31 +0000 (UTC) Received: (qmail 90250 invoked by uid 500); 28 Oct 2015 09:14:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 90155 invoked by uid 500); 28 Oct 2015 09:14:28 -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 89727 invoked by uid 99); 28 Oct 2015 09:14:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2015 09:14:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E67A02C1F75 for ; Wed, 28 Oct 2015 09:14:27 +0000 (UTC) Date: Wed, 28 Oct 2015 09:14:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9844) 2 main activities are generated when android package name is specified 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-9844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978028#comment-14978028 ] ASF GitHub Bot commented on CB-9844: ------------------------------------ Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/233 > 2 main activities are generated when android package name is specified > ---------------------------------------------------------------------- > > Key: CB-9844 > URL: https://issues.apache.org/jira/browse/CB-9844 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 5.0.0 > Reporter: Gorkem ERCAN > Assignee: Gorkem ERCAN > Priority: Minor > > If android-packageName is specified on the config.xml two main activity classes are generated. One with with the package name as specified on id attribute and one with the value of android-packageName. This is because the old package name is not removed when the new one is generated [1]. > This has been fixed for Cordova CLI but needs to be fixed on Android because the logic has moved. > [1] https://github.com/apache/cordova-android/blob/master/bin/templates/cordova/lib/prepare.js#L156 -- 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