I have been working on an app for a while now and noticed today that when I export release build the final app icon (on android device) isnt produced - it just defaults to the standard android icon...
but with the RUN command (the icon that is next to debug) it DOES generate the icon. When I export for iOS the correct icon is also produced on an iphone Im testing on.
what do I need to do to get the icon to be generated when I 'export release build'? Im using FB 4.6, Flex 4.6.0 SDK and heres the app icon info in my -app.xml file:
<icon>
<image32x32>views/images/32.png</image32x32>
<image36x36>views/images/36.png</image36x36>
<image48x48>views/images/48.png</image48x48>
<image57x57>views/images/57.png</image57x57>
<image72x72>views/images/72.png</image72x72>
<image114x114>views/images/114.png</image114x114>
<image128x128>views/images/128.png</image128x128>
</icon>