AIR app won't debug or compile in FB 4.7

So I have an AIR app that's been around quite awhile, going back to Flex Builder 3 and AIR 2.x...
I've recently upgraded to Flash Builder 4.7 and I had no troubles with this app until today when I tried to run it in Debug mode -- I got some errors about namespace, did a Google search, found out that I needed to overlay the AIR SDK onto the Flex SDK (http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html) and I followed those instructions...
Then when I re-loaded Flash Builder 4.7, I started getting stuff like "Could not resolve <mx:Module> to a component implementation."  So more Google searches, and I found out I needed to change the name-space from xmlns:mx="http://www.adobe.com/2006/mxml" to xmlns:mx="library://ns.adobe.com/flex/mx".  So fine, I did that...
Now I'm getting "Unable to resolve MXML language version. Please specify the language namespace on the root document tag."  Can't find anything on this on Google -- well, nothing that works at any rate...  Found someone suggesting I add the fx: namespace, so I did: xmlns:fx="http://ns.adobe.com/mxml/2009"
But when I add that namespace, I get "Cannot resolve <mx:Script> to a component implementation."
WHAT IS GOING ON HERE?!  I just want to debug my AIR app like I used to be able to in Flash Builder 4.6.  HELP!
Thanks,
L.

I changed <mx:Script> to <fx:Script> and now it seems to work fine...

Similar Messages

  • AIR app won't compile with custom icons

    My AIr app won't compile when I choose anything but the
    default icons. I created 4 pngs in Photoshop and it gives me the
    error: Useage error (incorrect arguments)
    Any help? I've tried using only 1 icon, all 4, and no icons.
    Only no icons works.

    You dont have to use the GUI to set it, you can use the air
    appliation XML.
    inside your air-app.xml file look for something like:
    <icon>
    <image128x128>icons/myIcon128.png</image128x128>
    <image48x48>icons/myIcon48.png</image48x48>
    <image32x32>icons/myIcon32.png</image32x32>
    <image16x16>icons/myIcon16.png</image16x16>
    </icon>
    if its not there add it, but replace the myIcon128.png with
    your 128 point png image etc.
    also the above assumes your icons are in a folder called
    "icons" in the same directory as your air file.
    Hope it helps.

  • Why? Air App won't appear in Builder

    Hi,
    I am experiencing something odd, and it must be something I
    am doing wrong.
    When I'm using Flex Builder (latest version/updates etc) and
    execute an Air app during development sometimes it won't appear,
    even though there are no compilation errors. Even if I close Flex
    Builder, and re-open, running the buid doesn't display. Its a very
    simple app example app so there is nothing which should cause it to
    fail. Is there a process that I need to kill because it thinks its
    already running? I don't see any processes like that...?
    What's going on?
    Many thanks for your help.

    1) When hovering over the run or debug buttons at the top of
    Flex Builder to start the app, make sure the tooltip displays the
    name of your application rather than some other project's name. It
    normally defaults to running the 'default application' (or the last
    one executed, or currently 'active', I forget); you could be
    running the wrong project/application by accident.
    2) Not sure if this would prevent a new instance from
    running, but check your task manager processes for something
    like... adl.exe (I think?) and kill any you see. You can find the
    actual name by starting the app and from the Task Manager
    "applications" tab, right-click select "Go to process" on your
    application's entry there. It'll bring you to the process running
    that window so you can see the name.
    I've probably had this happen a few times but I can't recall
    what else may have caused it atm.

  • Adobe AIR apps won't open

    I have all of the sudden had issues with all of my AIR applications. I recently tried installing 2 new ones and the icon will bounce in my dock for a few seconds before disappearing as if it were quitting before anything happened. Installations of the apps seem fine, but the app just won't open. Seesmic desktop told me that I could not update, as well. Something about checking my logs, but to my knowledge I haven't messed with AIR since I got Seesmic. Should I uninstall then reinstall?

    Hi,
    You might want to try reinstalling the AIR runtime to see if that helps.  It would also be interesting to try installing a new AIR app (like tweetdeck for example) to see if that is also effected.
    Chris

  • AIR App won't install if different certificate is used

    Hello!
    I've taken over a project that was previously developed by another company.
    Now I'm using my own certificate to codesign the air application. The problem is now, that the air installer won't allow to install the application if the old application (codesigned with the certificate of the previous developer) is installed on the system. It doesn't even say that there's a codesign problem it just drops the error (translated from german:)
    Unfortunately an error happened.
    This application cannot be installed because of a wrong installer configuration. Contact the application author
    (german Original: Leider ist ein Fehler Aufgetreten. Diese Anwendung kann aufgrund eines falsch konfigurierten Installationsprogramms nicht installiert werden. Wenden Sie sich an den Anwendungsautor.)
    if i check the system.log, i can see:
    Installer[1190]: The certificate of the installed app fails to match either the signature or migration signature of the AIR file
    if I uninstall the old version of the app first, then the installer will install the application without problems.
    However - this application will be distributed to many clients. It will be quite confusing for them If they just see the error (cannot be installed because of a wrong installer configuration. Contact the application author.)
    What's the reason for this error message and is there a way arround it?

    Hi, you need to apply a migration signature. For more information, please refer to http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0. html#WSFAB6E5EB-316A-42b0-81A3-0BC232ACD99A
    Thanks,
    Jian

  • AIR apps won't launch from flex builder

    Hi,
    I am currently working on my first AIR app inside of Flex
    Builder 3. For some reason, when I try to launch, profile, or debug
    the app, it does it's normal "Loading.." message in the
    bottom-right corner, but will never launch. The loading message
    just disappears and the app never shows up. I do have the AIR
    runtime installed. I receive this message when trying to profile
    the application:
    Process terminated without establishing connection to
    debugger.
    Command:
    "C:\Program Files\Adobe\Flex Builder
    3\sdks\3.0.0\bin\adl.exe" "C:\Personal\Freelance
    Projects\MyBoatData_Prototype\bin-debug\MyBoatData-app.xml"
    "C:\Personal\Freelance Projects\MyBoatData_Prototype\bin-debug"
    Output from command:
    invocation forwarded to primary instance
    Can anyone help?

    If you are using mx:Application, you need to set visible as
    true in the app.xml file.
    Also make sure that no instance of adl is already running. If
    so kill that instance via task manager.
    Thanks,
    Gaurav

  • AIR app won't launch from flex builder

    Hi,
    I am currently working on my first AIR app inside of Flex
    Builder 3. For some reason, when I try to launch, profile, or debug
    the app, it does it's normal "Loading.." message in the
    bottom-right corner, but will never launch. The loading message
    just disappears and the app never shows up. I do have the AIR
    runtime installed. I receive this message when trying to profile
    the application:
    Process terminated without establishing connection to
    debugger.
    Command:
    "C:\Program Files\Adobe\Flex Builder
    3\sdks\3.0.0\bin\adl.exe" "C:\Personal\Freelance
    Projects\MyBoatData_Prototype\bin-debug\MyBoatData-app.xml"
    "C:\Personal\Freelance Projects\MyBoatData_Prototype\bin-debug"
    Output from command:
    invocation forwarded to primary instance
    Can anyone help?

    You might have the ADL open already and had a bug, so it's
    not going to show the new application.
    You need to manually close ADL first before you try debugging
    another time. If you're on a PC, use Task Manager ->
    Processes... and end ADL.EXE
    Then try running the app again... it should sort it
    out.

  • .air files (Air apps) won't install

    Hello everybody.
    After having successfully installed the latest AIR runtime, I downloaded an .air app and tried to execute it, to no avail. First off, the .air file was not associated with anything, therefore Windows asked me what application I would want to run it with. I then tried to associate it with airappinstaller.exe that can be found under Program Files\Flash Player\Addins, but any time I execute it I get a message saying that there was a problem and I should try to install the latest AIR runtime (which I have already).
    I'm kind of lost, what's the problem and how should I deal with it?

    Glad you were able to work around the problem.  The latest runtime shouldn't have issues making the appropriate .air extension association.  If possible, try uninstalling and reinstalling the AIR 2.0.3 runtime.  If you still run into problems, please post your installer log file so we can try and dig deeper.
    Thanks,
    Chris

  • Adobe AIR Apps Won't Install!!! Help!

    Please help me. Whenever I' try to install adobe air apps i get an error message:
    "Something went wrong trying to install this application. Please install the latest version of Adobe AIR from http"//www.adobe.com/go/getair and then try again."
    I've downloaded the latest version of adobe air every time and all it says is that my version is up to dat. It still doesnt work. Please help!

    According to Adobe system requirement website, AIR is not compatible with os 10.5.7 - http://www.adobe.com/products/air/systemreqs/
    Also any issues you have with Adobe products, try their forums - http://forums.adobe.com/index.jspa

  • Air apps won't work after upgrade to version 3

    After i updated air to its current 3 all my apps (air apps) will open but i get a pesky error message and after confirming they shut down. i tried downgrading, restoring from time machine and reseting preferences files, I know this is mostly Adobe issue, but can anyone give me a hint?

    I get the exact same thing. The status just keeps showing "Connecting..." and it never seems to connect. Oddly enough, I just updated to the new OS on my iMac at home and immediately after, I couldn't connect to mail from the computer. I had to manually download a component of the update and once I did that, mail worked just fine. Probably just an odd coincidence having nothing to do with the mail issues on the iPhone but I thought I'd mention it.

  • IPad Air apps won't populate in iTunes

    I have a 32gb iPad Air. I'm trying to sync it to my MacBook Pro (late 2013, OS X Yosemite 10.10.2) - mainly because I want to rearrange my apps and app folders and it's easier to to in iTunes. The apps pane on the right side won't populate. The wheel just spins - going on ten minutes now. I have 156 apps (15 gb). Everything else syncs just fine. Any suggestions on how to get them to load up in iTunes? Thanks.

    I would eject your iPad from iTunes. Click on the eject icon and wait until your iPad is gone from iTunes. Then quit iTunes and restart your computer. Also reset your iPad Press and hold both the Home button and the Sleep/Wake button continuously until the Apple logo appears. Then release the button and let the device restart. You will not lose data doing this. It's like a computer reboot.
    Then start iTunes on the computer again and connect your iPad with the cable and try again.

  • How can I compile an AIR app from the Flex-OEM Compiler?

    Hi all.
    As i've read in http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_1.html, you should run amxmlc or pass +configname=air param to mxmlc in order to compile an air application. Is there a way to do this with the OEM Compiler?
    Thanks

    I ran across this article, however it's for an earlier version of AIR. A version that used publisherID, however that is not required in the new air versions.
    http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-applicati on/
    I tried creating this app without the pub id, didn't seem to work. I've got to get a certificate and get the pub id from that.

  • IOS AIR app won't install with new certificates

    I've been devloping my first iOS app in AIR for a few months. Testing on up to 3 devices has gone fine. It's time to submit to the app store. I'm developing for a client who wants the app in their name in the app store. So they set up an Apple iOS developer account and gave me access. When I made a new set of certificates and profiles with the new account the app failed to install on my testing device. I've remade all the certificates multiple times and double checked that I have the correct UUID and am not using a distribution profile.
    Is there a problem using someone else's account with keys and certificates made on my mac? What else can I try?

    Hi, you need to apply a migration signature. For more information, please refer to http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0. html#WSFAB6E5EB-316A-42b0-81A3-0BC232ACD99A
    Thanks,
    Jian

  • IPad Air apps won't install Shows as intalled

    I have downloaded apps from app store they show as being installed while downloading then go away and do not show on iPad after downloads completes. When I check the app store they show as intalled with an open button next to them. Clicking on the open button does nothing app will not open. This is my first iPad so there is not an issue with a former iPad. iTunes also shows missing apps installed.

    Yea I tried that one as well all no go. I am thinking I may have used the wrong terms to describe what the app store icon show when open and listing what is on the iPad. The app icon appears with the word "open" next to it when the app store purchased file is open. But clicking on it does nothing.
    I have even watched the icon appear during the install the once it completes it disappears. I guess a trip to the genius bar may be in my future I have tried everything short of a complete restore.

  • Flex 3.3 can't launch AIR apps on Mac

    When using the 3.3 SDK if I try to debug an application I get
    this error:
    Process terminated without establishing connection to
    debugger.
    If the program is already running, close it before attempting
    to debug.
    I have tried all manner of restarting down to my full system.
    Flex/Flash Player works fine, its just launching AIR. If I try to
    run the AIR app (rather than debug) nothing happens at all --
    nothing launches, no errors, nothing.
    I'm using a MacBook Pro, Intel Core2Duo, OSX 10.5. The
    problem has been replicated on a coworkers' Mac as well. I haven't
    tested on Windows.

    https://bugs.adobe.com/jira/browse/SDK-19707

Maybe you are looking for

  • Photoshop for Mountain Lion (mac OS 10.8)

    I used Adobe Photoshop for mac SC 8.0 and It worked fine on Snow Leopard. It refused to be installed on Mountain Lion (MacOS 10.8) Where can I get an upgrade that will work on 10.8? Thanks and regards

  • Attachment Name in Content Type

    Hi All, I am doing a scenario where I receive messages from ABAP - SRM system through proxy(which isXI sender adapter) . The message contains set of attachments as well . I have certain manipulations to do before sending the attachments to the receiv

  • Unix executable File _VUC69~7 in OSX10.4.11

    A unix executable file named "_VUC69~7" has appeared in the finder on the top level of my main hard drive. Curious - any ideas what it is, why it's appeared & whether I can or should make it disappear? Many thanks in advance, P.

  • Reading and extracting information from pdf file

    Hi everybody! what am looking for is Java packages which can allow me to read and extract information form pdf file I would really appreciate link wtih sample code thanks in advance!

  • Can Bridge manage images?

    I'm looking for a software that will manage over 300 to 700 gigabyte of images. Some of the file type are as follows: jpg, jpeg gif png ai eps psd tiff Will Adobe Bridge be able to manage? I want the software to be able to search the whole 300-700GB