Error, including icons in the package

I try to include icons in my Air application. Unfortunately, during the phase of the package, I get the following errors:

(/ Users/gene/Development/Projects/Flex/app/My-app.xml(18): error 303: Source/assets/icons/icon16.png icon does not appear in the package

(/ Users/gene/Development/Projects/Flex/app/My-app.xml(19): error 303: Source/assets/icons/icon32.png icon does not appear in the package

(/ Users/gene/Development/Projects/Flex/app/My-app.xml(20): error 303: Source/assets/icons/icon48.png icon does not appear in the package

(/ Users/gene/Development/Projects/Flex/app/My-app.xml(21): error 303: Source/assets/icons/icon128.png icon does not appear in the package

I found several threads dealing with this issue, but all say to do what I already do. I write my - app.xml file and the command I use in the hope that someone can see what I'm missing. Thank you.
-App.xml:
<? XML version = "1.0" encoding = "UTF-8"? >
" < application xmlns =" http://ns.Adobe.com/air/application/1.5 ">
com.baruconsulting.Myapp < id > < /ID >
< version > 1.0.8 < / version >
< file_name > Myapp < / name of the file >
< programMenuFolder > Baru < / programMenuFolder >
< initialWindow >
< content > Myapp.swf < / content >
< visible > true < / visible >
< systemChrome > no < / systemChrome >
< clear > false < / transparent >
< width > 1000 < / width >
< height > 750 < / height >
< x > 50 / < x >
< y > 50 / < y >
< / initialWindow >
< icon >
< Image16x16 > Source/assets/icons/icon16.png < / image16x16 >
< Image32x32 > Source/assets/icons/icon32.png < / image32x32 >
< Image48x48 > Source/assets/icons/icon48.png < / image48x48 >
< Image128x128 > Source/assets/icons/icon128.png < / image128x128 >
< / icon >
< / application >
package command:
ADT-package - stores pkcs12 - keystore temp.pfx Myapp.swf Myapp.air My - app.xml
Thank you
Gene

Hello

You must add your icon paths in the ADT command, (because they are not automatically added).

Hopefully this might solve your problem.

Tags: Flex

Similar Questions

  • Icons of the packaging

    icons of packaging of difficulty for a desktop Flex AIR project export.

    (1) put the icons by using the default name AIRApp_16.png in a directory called icons.
    (2) uncommented entries .xml
    (3) add the icons folder to the project build path.

    many permutations possible for steps 1, 2 and 3 do not survive to export, that most often produces an ERROR 303.

    Best,

    -Van
    wdv.com

    I solved this problem, but as the "showFlexChrome" gray bar bug and the bug 'Please remove my office,' it took more time than it should have to solve.

    The solution requires that all three of the following:

    (1) add the directory containing the icons to the path of construction. The name is relative and will be generally short, like "icons" or "images". This is done by going to the project--> properties--> Flex Build Path--> add a folder--> "Type the word"icons"in the dialog box."

    (2) in the .xml file, remove the prefix "icons /" among the entries to image_16x16.
    This is because they will be moved to the bin automatically by the directive of step 1 and they did not need the subdirectory.

    (3) to uncomment the image_16x16 and others... the entries under the tag for as many icons you have.

    -Van
    wdv.com

  • Error creating features in the packages - unknown command FUNCTION

    Hello

    I usually identify with the diagram of the system via the SQL command line and run my sql files. I have the database below and the test package. But I get the error:
    Order unknown start "FUNCTION p...» ' - the rest of the ignored line

    This is the database I load previously:

    DROP TABLE Judete CASCADE CONSTRAINTS;
    CREATE TABLE Judete
    (
    JD CHAR (2) PRIMARY KEY.
    NumeJud char(10) NOT NULL UNIQUE,
    Regiune CHAR (15) by default "Moldova" CHECK (Regiune IN ('Moldova', 'Transilvania', 'Banat'))
    );

    DROP TABLE Localitati CASCADE CONSTRAINTS;
    CREATE TABLE Localitati
    (CodPostal NUMBER (8) PRIMARY KEY,)
    NumeLoc NON NULL, char (15)
    Judet (2) tank,
    FOREIGN KEY (Judet) made REFERENCE Judete (JD)
    );

    DROP TABLE Persoane CASCADE CONSTRAINTS;
    CREATE TABLE Persoane
    (NOC NUMBER PRIMARY KEY (15),)
    NumePers NON NULL char (20)
    PrenPers NON NULL char (20)
    CodPostal NUMBER (10),
    Such NUMBER (12) NOT NULL,
    FOREIGN KEY (CodPostal) made REFERENCE to Localitati (CodPostal)
    );

    DROP TABLE Produse CASCADE CONSTRAINTS;
    CREATE TABLE Produse
    (CodProdus NUMBER (10) PRIMARY KEY,)
    NumeProdus NON NULL, char (15)
    Loan NUMBER (8) NOT NULL
    );



    DROP TABLE Vanzari CASCADE CONSTRAINTS;
    CREATE THE Vanzari TABLE
    (CodV NUMBER (8) PRIMARY KEY,
    CodProdus NUMBER (10),
    PersCNP Number (15),
    DataV DATE NOT NULL,
    NrProduse NUMBER (8) NOT NULL,
    FOREIGN KEY (PersCNP) made REFERENCE Persoane (NOC),
    FOREIGN KEY (CodProdus) makes REFERENCE Produse (CodProdus)
    );

    INSERT INTO Judete VALUES ('IS', 'Iasi', 'Moldova');
    INSERT INTO Judete VALUES ("CJ", "Cluj", "Transilvania");
    INSERT INTO Judete VALUES ("TM", "Timis', 'Banat');

    INSERT INTO Localitati VALUES (200, "Vaslui", "IS");
    INSERT INTO Localitati VALUES (201, 'Targu Frumos', 'IS');

    INSERT INTO Localitati VALUES (202, 'Criseni', 'CJ');
    INSERT INTO Localitati VALUES (203, "Dealu Botii", "CJ");

    INSERT INTO Localitati VALUES (204, "Beba Veche", "TM");
    INSERT INTO Localitati VALUES (205, "Blajova", "TM");


    INSERT INTO Persoane VALUES (0001, "Ionescu", "Ion", 201, 0332504312);
    INSERT INTO Persoane VALUES (0002, "Vasilescu", "Vasile", 203, 0332304612);
    INSERT INTO Persoane VALUES (0003, "Ionescu", "Ion", 204, 0322564322);

    INSERT INTO Produse VALUES (1, "Limp", 50);
    INSERT INTO Produse VALUES (2, 'First', 80);
    INSERT INTO Produse VALUES (3, 'Corn', 35);

    INSERT INTO Vanzari VALUES (100, 1, 0001, to_date('2011-03-07','yyyy-mm-dd'), 5);
    INSERT INTO Vanzari VALUES (101, 3, 0001, to_date('2011-02-07','yyyy-mm-dd'), 2);
    INSERT INTO Vanzari VALUES (2, 102, 0002, to_date('2011-01-08','yyyy-mm-dd'), 7);
    INSERT INTO Vanzari VALUES (1, 103, 0002, to_date('2011-03-08','yyyy-mm-dd'), 15);
    INSERT INTO Vanzari VALUES (3, 104, 0003, to_date('2011-02-19','yyyy-mm-dd'), 9);
    INSERT INTO Vanzari VALUES (105, 1, 0003, to_date('2011-03-29','yyyy-mm-dd'), 1);


    the package is:

    CREATE or REPLACE PACKAGE pachet_lab2
    IS
    FUNCTION prod_bine_vandut RETURN NUMBER;

    END pachet_lab2;
    /

    CREATE OR REPLACE pachet_lab2 BODIES


    FUNCTION prod_bine_vandut RETURNS the NUMBER IS
    DECLARE
    v_sale NUMBER (6);
    V_nume char (15);
    v_cod NUMBER (10);
    BEGIN
    SELECT max(p.pret * v.NrProduse) IN the v_sale DE Produse p, Vanzari v
    WHERE the p.CodProdus = v.CodProdus;


    SELECT p.numeProdus INTO v_nume Produse p, Vanzari v
    WHERE p.CodProdus = v.CodProdus AND v_sale = p.pret * v.NrProduse;


    SELECT p.codProdus INTO v_cod Produse p, Vanzari v
    WHERE p.CodProdus = v.CodProdus AND v_sale = p.pret * v.NrProduse;

    Return v_cod;
    END prod_bine_vandut;



    END pachet_lab2;
    /



    I need to change the schema that I use? How can I do?

    Thank you
    Paul
    CREATE OR REPLACE PACKAGE BODY pachet_lab2 IS --you misse keyword PACKAGE 
    
    FUNCTION prod_bine_vandut RETURN NUMBER IS
    -- DECLARE is not allowed here
    v_sale NUMBER(6);
    -- ...
    

    Good bye
    DPT

  • Setup error during installation of the package of added value

    I just installed PVAT v 1.2.40. However during the installation I get an error - Setup PVAT Error (Ox8145030B). I have also tried to re - upload the files, and then repeat the installation with the same result. All ideas

    Richard

    Hi Rpayne32,

    What laptop you have exactly?
    Where did you downloaded package of added value?
    The operating system that is pre-installed in Toshiba or your own installation of Windows that you are using?
    Try you added value package update or new installation?

    In my opinion, you should check your antivirus or firewall. I think that something is blocking the installation.

  • Deployment Utility-error including .dll in the install\system32 folder

    We install building my deployable version of my sequence and need to include a .dll file in the C:\Windows\system32 directory.  Did this before but I'm not sure why I get an error this time...

    «Error: could not not copy files, the destination may not be writable, not have enough disk space, or exceed the maximum path length.»  Failure of the copy for the following files:
    C:\MySeqDir\MyLib.dll to C:\MySeqDir\Installer\system32\
    See the TestStand online help for more information about how to troubleshoot deployment errors.
    +++++++++++++++++++++++++++++++++++++++"

    Why I get this error?

    Help, please!

    Too bad, I had to delete the workspace .dll file and my dir, then paste it back into the dir, replace it in the workspace, then it pops up in my deploy utility with the right destination... I guess that, in some way, the path was stored ill of my workspace?  .. .weird

  • Error of phase in the package class

    Im getting 1009 error null when you use this package...

    . ACE

    package com.exoot.shared {}

    import flash.display. *;

    public class adsx extends MovieClip {}

    public void adsx() {}

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    }

    }

    }

    .fla

    import com.exoot.shared. *.

    var con: adsx = new adsx();

    I debug him, and it generates this error:

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    (pointing stage.scaleMode = StageScaleMode.NO_SCALE ;)
    Totally, I have no idea what is wrong! and I need your help...
    Thanks in advance.

    If you don't want to use it as a document class, you can listen to the added to the event and do your stuff on stage, once you get it-as follows:

    package com.exoot.shared

    {

    import flash.display. *;

    import flash.events.Event;

    public class adsx extends MovieClip {}

    public void adsx() {}

    addEventListener (Event.ADDED_TO_STAGE, doStageStuff);

    }

    private void doStageStuff(e:Event):void

    {

    trace ("got reference step");

    removeEventListener (Event.ADDED_TO_STAGE, doStageStuff);

    stage.scaleMode = StageScaleMode.NO_SCALE;

    internship. Align = StageAlign.TOP_LEFT;

    }

    }

    }

  • Errors of installation of the packages of component of Blackberry in Eclipse

    I tried to install the Blackberry 4.7,0 and 5.0.0 component Packs.  Instructions found on the Blackberry developer, web site and followed them, but I get the following error:

    An error occurred collecting elements to install
    Error closing the output stream to net.rim.eide.feature.componentpack5.0.0/org.eclipse.update.feature/5.0.0.7 on repository file:/C:/Program Files/Eclipse /.
    Decompression C:\DOCUME~1\yyyyyyy\LOCALS~1\Temp\net.rim.eide.feature.componentpack5.0.0_5.0.0.74513675979636089606.jar error: invalid zip file format

    I use Eclipse Ganymede 3.4.1 on a Windows XP system.

    I'm going to help... Software updates... Software available... Add a Site...

    I put http://www.blackberry.com/go/eclipseUpdate in the location box and it comes back with the packs of two components but when I try and install a pack, he gets to halfway through the installation process, then displays the error message above.

    It seems that something is interrupting the download.  You have a type Internet Security software installed on your PC?  If so, please disable it during the installation.  Note that you need to remove your temp directory before you try to install it again.

  • "Error 75 received since the package Index Server. Please contact the Support Center"


    SOLVED!

    http://www.O2K.org/

    This guy deserves a medal!

    Lenovo should be ashamed of their support center; not yet able to fix their own mistakes!

  • EA 4.0 - package icon in the tree view list is not updated

    I have compiled a packet in a sql * plus term without debugging, but the icon in the package tree lists show me the icon with the debug option.

    In the dba_plsql_object_settings there is no debugging.

    After changing the language = en it works well...

  • 500 cannot determine the Package Id

    I exported my project of cascade in BlackBerry 10.0.9 beta3 SDK. "" It's OK when I install and run on my alpha dev, but when others install my sidebar file with DDPBinstaller, error "500 cannot determine the Package Id" occurs

    My package ID is like 'com.example.TestGPS '.

    How to solve this problem?

    I found the cause: bar file corrupted during the transfer of network...

  • icon iOS missing in the package? It is not the case!

    FB 4.7 told me that when I try to debug my app which:

    Error occurred during the application of packaging:

    / Users/reidop/Documents/U of Florida/projects/mobile apps/pill Reminder/bin-debug/AOT/MedsReminder-app.xml: error 303: iOS_icons/[email protected] icon does not appear in the package

    as well as all other icons.  Are icons instead they were explicitly included in the package:

    Flash BuilderScreenSnapz001.png

    Why this error occurs?  Anyone have any ideas?

    And Yes, my XML file with the correct tag of icons:

    
    <icon>
            <image29x29>iOS_icons/icon-29.png</image29x29>
            <image57x57>iOS_icons/icon-57.png</image57x57>
            <image114x114>iOS_icons/[email protected]</image114x114>
            <image512x512>iOS_icons/itunes.png</image512x512>
            <image72x72>iOS_icons/icon-72.png</image72x72>
            <image76x76>iOS_icons/icon-76.png</image76x76>
            <image40x40>iOS_icons/icon-40.png</image40x40>
            <image80x80>iOS_icons/[email protected]</image80x80>
            <image50x50>iOS_icons/icon-50.png</image50x50>
            <image100x100>iOS_icons/[email protected]</image100x100>
            <image144x144>iOS_icons/[email protected]</image144x144>
            <image152x152>iOS_icons/[email protected]</image152x152>
            <image1024x1024>iOS_icons/[email protected]</image1024x1024>
            <image58x58>iOS_icons/[email protected]</image58x58>
            <image120x120>iOS_icons/icon-120.png</image120x120>
            <image48x48>iOS_icons/icon-48.png</image48x48>
    </icon>
    
    
    

    When I commented those lines in the XML file, it works perfectly... but without the appropriate icons!

    Can someone tell me what am I leaving out?

    Post edited by: John Reid Perkins Buzo

    Stupid mistake... the path to the file is not correct.  I assumed that the path of the file is compared to my XML descriptor in the project. That XML file is inside the package "basic" with the "iOS_icons" folder, so the path to the file would be "iOS_icons/icon -?.» PNG ".  Instead, the path of the file is relative the descriptor XML FB4.7 file creates for packaging. This ends up to the top and one in the path, apart from the "base" package If the correct path to the file turns out to be "core/iOS_icons/icon -?.» PNG ".  That's what it should be in my XML descriptor:

    
            core/iOS_icons/icon-29.png
            core/iOS_icons/icon-57.png
            core/iOS_icons/[email protected]
            core/iOS_icons/itunes.png
            core/iOS_icons/icon-72.png
            core/iOS_icons/icon-76.png
            core/iOS_icons/icon-40.png
            core/iOS_icons/[email protected]
            core/iOS_icons/icon-50.png
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/[email protected]
            core/iOS_icons/icon-120.png
            core/iOS_icons/icon-48.png
    
    
  • Failure of Options when you click the Dock icon to include 'Desktop in the display (number).

    Failure of Options when you click the Dock icon to include 'Desktop in the display (number).

    I use an iMac 24 "mid-2007. The help documentation tells me how to assign an application to a space is to use this Option. But it does not, while the other three are. Is this an error or something that can be explained? Could there be a work around? My OS is El Capitan.

    Hi peterwhi,

    I understand you are trying to set an application to open its windows on a particular space. To do this, move to the space that you want to use for the desired application, and then choose 'The Office' in the list of options you mentioned see (under Options).

    OS X El Capitan: working in multiple spaces
    https://support.Apple.com/kb/PH21872

    The option that you describe as missing is displayed only if you have connected an additional external display to your iMac and would set the app to open on the iMac screen or the external display.

    Office on the screen [number]: the application opens in the current space on a specific screen (if more than one display is available).

    Sincerely

  • Installed updates XP and now "help" gives just the error message and important icons in the Panel do nothing, HELP!

    I just installed the updates more than 75 for XP and now I can't use 'help' - I just get the error messages like 'bad parameter '. By clicking on the icons in the Panel do nothing important examples: administrative tasks, network and remote access connections. Advanced option under Display\Settings\Advanced not display the options installed with graphics card driver/software. I can't troubleshoot without 'help' HELP! TIA!

    CADJOCK44

    Start over from scratch. See...

    Personal data backup (which none should be considered 100% reliable at this point) then format the HARD disk and do a clean install of Windows.  Please note that a repair installation (upgrade AKA on-site) won't fix this!

    HOW to do a clean install of Windows XP: see method 1 and http://michaelstevenstech.com/cleanxpinstall.html#steps in http://support.microsoft.com/kb/978307

    Once installed the clean, you will have the equivalent of a "new computer" in order to take care of everything on the next page before connecting the machine to the internetor a local network (i.e. other computers) and before using a USB or SD card that is not brand new, or has not been freshly formattedotherwise:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    Other useful references include:

    HOW to get a computer that is running Windows XP Gold (no Service Pack) fully patched (after a clean install)
    http://groups.Google.com/group/Microsoft.public.windowsupdate/MSG/3f5afa8ed33e121c

    HOW TO get a computer that is running Windows XP SP1 (a) or SP2 fully patched (after a clean install)
    http://groups.Google.com/group/Microsoft.public.WindowsXP.General/MSG/a066ae41add7dd2b

    Tip: After getting the computer fully patched, download/install KB971029 manually:http://support.microsoft.com/kb/971029

    NB: No matter what Norton or McAfee free trial which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free and download/run the removal tool before installing updates, Windows Service Packs, or updates IE and before installing your new anti-virus application (which will require WinXP SP3 must be installed).

    Norton Removal Tool
         FTP://ftp.Symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee Consumer product removal tool
         http://download.McAfee.com/Products/Licensed/cust_support_patches/MCPR.exe

    If you need help, please start a new thread in this forum:

    http://social.answers.Microsoft.com/forums/en-us/XPRepair/threads

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Assets requires dependence "libpps.so.1" to be included in the package of BAR.

    I installed the BB10 sdk, but I make a playbook SDK version, and when generating, I do a lot of new warnings on the system library after updating the IDE:

    Asset requires dependency "libfreetype.so.1" to be included in the BAR package.
    Asset requires dependency "libGLESv2.so.1" to be included in the BAR package.
    Asset requires dependency "libm.so.2" to be included in the BAR package.
    

    All these libs must be linked when executing, which means "include in the package BAR"?

    Thank you

    Who should have alarms, no errors. You do not have to include these libraries in your .bar file, they are present on the PlayBook and are dynamically used by your application.

  • Why not two MAF project Java classes in the same package, see the other (including those in the project downloadable tutorial used)?

    I use JDev 12.1.3.0, updated to include the MAF 2.1.1 and am using 1.8.0_45 and 1.7.0_79 of JDK.

    I have the SDK with Tools 24.1.2, tools 22, Build-tools 22.0.1 platform and from the 21 API, but I don't think I even got that far...

    So, for some reason, then the creation of two public classes in the same package, they do seem to see each other.

    The flags of the code editor, any mention of each and the other classes as "< < WhateverClass > > Type not found", even after an explicit import.

    A screenshot showing the error is included.

    The classes are created by simply clicking on the ViewController project, then 'new' then selecting class Java and accepting all the default values.

    Everything I do is add a class EMP member to EMP, both in the mycomp.mobile package.

    This happens even if I don't use the prefix of the tutorial "mycomp" from the appointment package.

    At first, I noticed that when following the tutorial staff then again when downloading the employees project completed, which also shows the same problem when I open it.

    When I create any other application, same and asks the ADF, this does not happen.

    I thought that maybe it's something to do with the fact that the MAF uses JDK 8 while JDev runs on JDK 7?

    Anything I'm doing wrong?

    Any help is appreciated!

    I can't reproduce this behavior in my environment, there might be something specific to your installation.

    Can you try deleting the IDE system directory and restart JDeveloper? to find the location of this directory see help-> about-> properties-> de.system.dir

Maybe you are looking for

  • PSAA9 satellite A100 - unable to browse the Internet

    Hello I reinstalled the operating system on a friends computer laptop A100, installation of WINXP pro. After I installed, I noticed that a lot of missing drivers so I scoured internet and downloaded most of them. The problem I have is that the ethern

  • Why not start the Web Platform Installer on my pc?

    Someone has an answer for me?

  • BIOS must be updated to 4 GB to 8 GB

    HP pavilion dv6 Windows 7 running pc enterprize I upgraded the memory from 4 GB to 8 GB How can I say bios there 8192 mb now I can't the arrow up to the line of memory. he climbs on the next page for a diag log

  • SNTC collector appears

    I have licensed a collector but he does not appear in the dashboard smartservices under Administration > all collectors. -AO

  • No sound if a midi keyboard is pluged

    The keyboard driver installed OK (M-AUDIO, 49i), windows recognizes it. I use minimoge, I have sound when I click on the virtual keyboard on the screen minimoge. But as soon as the key board is taken on USBmidi, I see on the screen the key that I pus