I am having a problem using the command line tool cordova-cli.
I have followed every step from the documentation:
$ cordova c
This is not a real answer, but I opened two tickets in Cordova's JIRA regarding this problem here and here.
Currently Cordova client does not
support this features in the config.xml
. You will need to modify the icons and splashscreens manually at this time as well the content
tag in every platform project. Notice that you only have to do this once as Cordova maintain the config.xml
changes and other resources as images.
Likely, a next version will include these features.
More info:
UPDATE:
It seems that this issue has been solved in this pull request. It will available in the next release of Cordova.
The config.xml file is used, when you are using the PhoneGap Build service.
More information aubout the config.xml is found here