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 07DDD10EC9 for ; Mon, 28 Dec 2015 14:08:50 +0000 (UTC) Received: (qmail 67897 invoked by uid 500); 28 Dec 2015 14:08:50 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 67871 invoked by uid 500); 28 Dec 2015 14:08:49 -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 67860 invoked by uid 99); 28 Dec 2015 14:08:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2015 14:08:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9EBA62C14F6 for ; Mon, 28 Dec 2015 14:08:49 +0000 (UTC) Date: Mon, 28 Dec 2015 14:08:49 +0000 (UTC) From: "Sebastian Futschikato (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-10268) "cordova build android" copies icons from iOS folder 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-10268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Futschikato updated CB-10268: --------------------------------------- Description: Hi, I'm building my app for android. I detected that cordova/phonegap copies some wrong icons - it takes some icons from the iOS folder. Here is the corresponding output of "phonegap/cordova build android --verbose": {quote} copying image from /Project/www/res/icon/ios/icon-72.png to /Project/platforms/android/res/drawable-hdpi/icon.png copying image from /Project/www/res/icon/ios/icon-72-2x.png to /Project/platforms/android/res/drawable-xxhdpi/icon.png {quote} I specified the android icons as needed in the config.xml and double checked the filenames and the existence of the files: {quote} {quote} One passing remark: It seems that also in the beginning when the old icons are deleted from the folder platforms/android the hdpi and the xxhdpi icons are left out, too: {quote} deleted: /Project/platforms/android/res/drawable-ldpi/icon.png deleted: /Project/platforms/android/res/drawable-mdpi/icon.png deleted: /Project/platforms/android/res/drawable-xhdpi/icon.png {quote} was: Hi, I'm building my app for android. I detected that cordova/phonegap copies some wrong icons - it takes some icons from the iOS folder. Here is the corresponding output of "phonegap/cordova build android --verbose": {quote} copying image from /Project/www/res/icon/ios/icon-72.png to /Project/platforms/android/res/drawable-hdpi/icon.png copying image from /Project/www/res/icon/ios/icon-72-2x.png to /Project/platforms/android/res/drawable-xxhdpi/icon.png {quote} One passing remark: It seems that also in the beginning when the old icons are deleted from the folder platforms/android the hdpi and the xxhdpi icons are left out, too: {quote} deleted: /Project/platforms/android/res/drawable-ldpi/icon.png deleted: /Project/platforms/android/res/drawable-mdpi/icon.png deleted: /Project/platforms/android/res/drawable-xhdpi/icon.png {quote} > "cordova build android" copies icons from iOS folder > ---------------------------------------------------- > > Key: CB-10268 > URL: https://issues.apache.org/jira/browse/CB-10268 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 5.4.1 > Environment: Arch Linux, PhoneGap 5.3.9 > Reporter: Sebastian Futschikato > > Hi, > I'm building my app for android. I detected that cordova/phonegap copies some wrong icons - it takes some icons from the iOS folder. Here is the corresponding output of "phonegap/cordova build android --verbose": > {quote} > copying image from /Project/www/res/icon/ios/icon-72.png to /Project/platforms/android/res/drawable-hdpi/icon.png > copying image from /Project/www/res/icon/ios/icon-72-2x.png to /Project/platforms/android/res/drawable-xxhdpi/icon.png > {quote} > I specified the android icons as needed in the config.xml and double checked the filenames and the existence of the files: > {quote} > > > > > > > {quote} > One passing remark: It seems that also in the beginning when the old icons are deleted from the folder platforms/android the hdpi and the xxhdpi icons are left out, too: > {quote} > deleted: /Project/platforms/android/res/drawable-ldpi/icon.png > deleted: /Project/platforms/android/res/drawable-mdpi/icon.png > deleted: /Project/platforms/android/res/drawable-xhdpi/icon.png > {quote} -- 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