[ 
https://issues.apache.org/jira/browse/CB-6759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-6759.
----------------------------
    Resolution: Not A Problem

This is not a Cordova problem, it was a change in phonegap build.
If icons are in www folder, the src should include www

> Fail to copy icon files
> -----------------------
>
>                 Key: CB-6759
>                 URL: https://issues.apache.org/jira/browse/CB-6759
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-cli
>    Affects Versions: 3.5.0
>            Reporter: Baptiste Gaillard
>            Priority: Major
>
> Hi, I'm having problems with the cordova prepare command, when I execute this 
> command I have copy errors with Android icons. 
>     C:\dev_tools\Sources\workspace\mygm-mobile-app>cordova prepare android
>     cp: no such file or directory: 
> C:\dev_tools\Sources\workspace\mygm-mobile-app\res\icon\android\icon-36-ldpi.png
>     
>     cp: no such file or directory: 
> C:\dev_tools\Sources\workspace\mygm-mobile-app\res\icon\android\icon-48-mdpi.png
>     
>     cp: no such file or directory: 
> C:\dev_tools\Sources\workspace\mygm-mobile-app\res\icon\ios\icon-72.png
>     
>     cp: no such file or directory: 
> C:\dev_tools\Sources\workspace\mygm-mobile-app\res\icon\android\icon-96-xhdpi.png
> The command try to copy files from a res directory located at the root of my 
> cordova project. But my icons are placed inside the www/res directory. It 
> seems that this issue is related to 
> https://issues.apache.org/jira/browse/CB-5145 and 
> https://issues.apache.org/jira/browse/CB-5908. 
> Here is what I have inside my config.xml file : 
>     <icon src="res/icon/android/icon-36-ldpi.png"   gap:platform="android"    
> gap:density="ldpi" />
>     <icon src="res/icon/android/icon-48-mdpi.png"   gap:platform="android"    
> gap:density="mdpi" />
>     <icon src="res/icon/android/icon-72-hdpi.png"   gap:platform="android"    
> gap:density="hdpi" />
>     <icon src="res/icon/android/icon-96-xhdpi.png"  gap:platform="android"    
> gap:density="xhdpi" />
> I'm using cordova 3.5.0, do I have to place my 'res' directory in the root of 
> my project or inside the 'www' directory (it seems that now it should be 
> under www) ? 
> I'm not a Phonegap / Cordova expert, but it seems that Phonegap build needs 
> everything to be inside the www directory. 
> So my problem is a CLI bug / regression which do not take into account 
> decision changes about where the 'res' directory should be now, is it correct 
> ? 
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to