Ok, I am trying to create an air file, and getting some errors.
First, I am trying to create the air file using:
C:\IBM\...\air\notifier>C:\air\sdk\bin\adt -package -storetype pkcs12 -keystore ../vl.pfx vl.air application.xml
My application.xml file for the icons appears as:
<icon>
<image128x128>resources/icons/vl128.png</image128x128>
<image48x48>resources/icons/vl48.png</image48x48>
<image32x32>resources/icons/vl32.png</image32x32>
<image16x16>resources/icons/vl16.png</image16x16>
</icon>
The file paths are configured as:
air/notifier
application.xml
main.html
.......
air/resources/icons
vl128.png
vl16.png
vl32.png
vl48.png
I get the following error:
C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(19): error 303: Icon resources/icons/vectorlive128.png is missing from package
C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(20): error 303: Icon resources/icons/vectorlive48.png is missing from package
C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(21): error 303: Icon resources/icons/vectorlive32.png is missing from package
C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(22): error 303: Icon resources/icons/vectorlive16.png is missing from package
I tried using the -C command to include ../resources/icons/. - but still get the error, can anyone provide any assistance as to how I can make the .air file?
Thank you,
JJ
.