Rohit, please ask app developer questions on stackoverflow. http://stackoverflow.com/search?q=cordova+splash
Issues and the dev list exist to discuss things related to cordova itself not how to build an app. Unless cordova fails to work as documented. http://cordova.apache.org/docs/en/3.5.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens In my projects we are not using splash screens and it seems there is no way to specify them in config.xml. So you are left with either hooks or a plugin or to add them manually or to create a template app for "cordova create ..." with your screen.png's. 2014-06-12 12:11 GMT+02:00 rohitagg28 <g...@git.apache.org>: > Github user rohitagg28 commented on the pull request: > > https://github.com/apache/cordova-cli/pull/126#issuecomment-45851225 > > Hi I am integrating the icon for my app as using the trailing code but > I am unable to add splashscreen to my app ,can you suggest anything. > > <icon src="/res/android/icon-36-ldpi.png" density="ldpi" /> > <icon src="/res/android/icon-48-mdpi.png" density="mdpi" /> > <icon src="/res/android/icon-72-hdpi.png" density="hdpi" /> > <icon src="/res/android/icon-96-xhdpi.png" density="xhdpi" /> > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at infrastruct...@apache.org or file a JIRA ticket > with INFRA. > --- >