Hi guys & gals
this is a very simple task that has been giving me a curious amount of trouble and frustration for being so commonplace, and I would appreciate the help
This is a part of my application-app.xml file
<icon>
<image48x48>data/application/icons/MY_ICON.png</image48x48>
</icon>
When I try to export a release build in flash builder, it gives me error 303 Error creating AIR File, Icon is missing from package
In the 3rd step of exporting, under AIR File Contents (Select the output files to include in the exported AIR file) I do not have any option to select the icon file.. is it supposed to appear here, and if so how? Because it is not even displaying my data folder in this screen, much less let me select a file
I also couldn't find anything under the build path for the project properties to include assets either. Just source files and swcs.
What am I doing wrong here, this is supposed to be a very simple task and so far I have dumped hours into this without avail
Thanks again!