[ 
https://issues.apache.org/jira/browse/CB-10268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089054#comment-15089054
 ] 

Sebastian Futschikato edited comment on CB-10268 at 1/8/16 10:57 AM:
---------------------------------------------------------------------

I just created a new project and adapted the config.xml:
https://office.mailbox.org/ajax/share/072b37b40af3d74373412e6af3d7457d9c9d9dc4ab6f7eab/1/8/MzQ/MzQvMg
(the download icon is in the upper right corner - second icon from the right)

If you run "cordova build android --verbose" you should see that two icons from 
the ios folder are copied.


was (Author: futschikato):
I just created a new project and adapted the config.xml:
https://office.mailbox.org/ajax/share/072b37b40af3d74373412e6af3d7457d9c9d9dc4ab6f7eab/1/8/MzQ/MzQvMg
(the download icon is in the upper right corner - second icon from the right)

If you run "cordova build android --verbose" you should see that icons from the 
ios folder are copied.

> "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
>              Labels: triaged, wfc
>
> 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}
> The other icons are copied correctly. However, I specified all android icons 
> as needed in the config.xml and double checked the filenames and the 
> existence of the files:
> {quote}
> <platform name="android">
>       <icon src="www/res/icon/android/icon-36-ldpi.png" density="ldpi" />
>       <icon src="www/res/icon/android/icon-48-mdpi.png" density="mdpi" />
>       <icon src="www/res/icon/android/icon-72-hdpi.png" density="hdpi" />
>       <icon src="www/res/icon/android/icon-96-xhdpi.png" density="xhdpi" />
> </platform>
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to