You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Christian Zumbiehl (JIRA)" <ji...@apache.org> on 2013/02/28 17:59:12 UTC

[jira] [Created] (CB-2594) Application metadata management

Christian Zumbiehl created CB-2594:
--------------------------------------

             Summary: Application metadata management 
                 Key: CB-2594
                 URL: https://issues.apache.org/jira/browse/CB-2594
             Project: Apache Cordova
          Issue Type: Improvement
          Components: CLI
    Affects Versions: 2.4.0
         Environment: OSX 10.7.5
            Reporter: Christian Zumbiehl
            Assignee: Filip Maj
            Priority: Minor


Hi,

I am trying to customize the metadata (launcher icon, etc ...) of my app and doing it from www/config.xml , for example :

<icon gap:platform="android" height="96" src="assets/www/res/drawable/icon/myicon.png" width="48" />

When I build the app, the icon that show up is still the default android one..
Whatever I specify as an icon in the www/config.xml the generated AndroidManifest.xml  uses  android:icon="@drawable/icon" 

Is that a unsupported feature or should I copy my icon resources after the build finished ? What's the proper way to do this ?

Thanks for your advice/input on this , couldn't find a better place to post my question 
christian 

--
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