Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E88F2200B16 for ; Mon, 20 Jun 2016 19:34:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E5C9C160A65; Mon, 20 Jun 2016 17:34:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 41F1B160A26 for ; Mon, 20 Jun 2016 19:34:06 +0200 (CEST) Received: (qmail 18478 invoked by uid 500); 20 Jun 2016 17:34:05 -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 18446 invoked by uid 99); 20 Jun 2016 17:34:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2016 17:34:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 45F312C14F8 for ; Mon, 20 Jun 2016 17:34:05 +0000 (UTC) Date: Mon, 20 Jun 2016 17:34:05 +0000 (UTC) From: "Nikhil Khandelwal (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-11448) Execution failed for task ':mergeDebugResources' - Error: Duplicate resources - Conflict between screen.png and screen.9.png MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Jun 2016 17:34:07 -0000 [ https://issues.apache.org/jira/browse/CB-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Khandelwal updated CB-11448: ----------------------------------- Priority: Major (was: Blocker) > Execution failed for task ':mergeDebugResources' - Error: Duplicate resources - Conflict between screen.png and screen.9.png > ---------------------------------------------------------------------------------------------------------------------------- > > Key: CB-11448 > URL: https://issues.apache.org/jira/browse/CB-11448 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 6.2.0 > Environment: Mac OS 10.11.5 > Reporter: Antoine Censi > Labels: build > > *Steps to reproduce* > ``` > rm -rf platforms/android > cordova platform add android > cordova build android > ``` > with `config.xml` > ``` > > > > > > > > > > > > > > > > > > > > > > ``` > *Output* > ``` > Execution failed for task ':mergeDebugResources'. > > [drawable-land-xhdpi-v4/screen] /Users/antoine/Sites/attendease-cordova/platforms/android/res/drawable-land-xhdpi/screen.9.png [drawable-land-xhdpi-v4/screen] /Users/antoine/Sites/attendease-cordova/platforms/android/res/drawable-land-xhdpi/screen.png: Error: Duplicate resources > ... > ``` > *Documentation* > http://stackoverflow.com/questions/27547287/android-error-duplicate-resources > http://stackoverflow.com/questions/27948603/phonegap-generating-both-screen-png-and-screen-9-png-for-splash-screens (unanswered...) > Possible hint https://github.com/apache/cordova-android/blob/3a1b4ffcb8857d5bf70dab3b507f0daba3f9130a/bin/templates/cordova/lib/prepare.js#L267 > *Current solution - (not using 9patch screen though - Fail)* > ``` > > > > > > > > > > > > > > > ``` -- 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