Application icons for Flex mobile app targeting Android and iOS
- by Alexander Farber
The Adobe doc Developing AIR applications for mobile devices lists quite a few icons to be declared in an application descriptor file.
But when I try Export Release Build with the following myApp-app.xml:
<icon>
<image16x16>assets/icons/16x16.png</image16x16>
<image29x29>assets/icons/29x29.png</image29x29>
…