[
https://issues.apache.org/jira/browse/CB-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj resolved CB-4387.
---------------------------
Resolution: Duplicate
There is no date for adding support to config.xml for icons and splash screens,
but we do have issues filed to support this.
Once CB-2606 and CB-3571 are resolved, then we can start looking at how to
integrate that into cordova-cli.
> "cordova build" - bad handling of resources (icons, splash screens)
> -------------------------------------------------------------------
>
> Key: CB-4387
> URL: https://issues.apache.org/jira/browse/CB-4387
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.0.0
> Reporter: Jan Becicka
> Assignee: Filip Maj
> Priority: Blocker
>
> Steps to reproduce:
> > cordova create pgtest com.example.hello "App"
> > cd pgtest
> > cordova platform add android
> > cordova build android
> Resulting app has almost 8MB. The problem is, that "www/res" folder, which
> contains icons and splashscreens is completely copied into assets/www. So the
> resulting app contains splash screens for all possible mobile platforms,
> which is completely useless. Res folder should not be copied at all, because
> right place for resources is res/drawable.
> BTW I tried the same commands with phonegap. Resulting app is significantly
> smaller (1.7MB) but it also contains unnecessary resources in www/res.
> Still not understand what is the difference between "phonegap local build"
> and "cordova build"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira