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.

Similar Messages

  • Problems with syncing Ipad with ITunes: apps won't appear on Ipad and organizing icons won't save

    I have a new Ipad 4 for three weeks. Yesterday I start having some problems with syncing my Ipad with ITunes (earlier all was without troubles):
    - downloaded in ITunes on PC apps won't transfer to my Ipad - I press Apply and sync, it goes successfully, but apps won't appear on Ipad.
    - I tried organizing icons on Ipad from PC, press Apply and sync, it all goes succesfully, but on Ipad icons won't rearrange. But ITunes shows that they are rearranged...
    - also I tried syncing my books adding one new book, press sync all books, and new book won't appear. Only when I've chosen every book separately, they transfered.
    I use USB for this.
    I tried resetting my Ipad, reinstalling ITunes on PC, deauthorizing and authorizing my computer, but it didn't help.
    Apple ID are the same on PC and Ipad.
    I hope that I'm not the only one with this problem. And also forgive my mistakes if there are any - English is not my native language. Thank you!

    I know that it is time consuming and a bit of a pain in the butt to have to do it, but I would backup the iPad, restore to factory settings and then restore from the backup, and sync everything back to the device. It's going to take a while because you have a ton of music on the iPad, but IMO, that would be your best option now.
    You could try unsyncing all of the music, and then resync it all again, but that takes time as well. If you are going to spend that much time trying to fix it, you may as well restore the device ...IMO once again.
    Use iTunes to restore your iOS device to factory settings

  • 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.

  • 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.

  • 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 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...

  • 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

  • Purchased apps won't appear in iTunes, even though they are in my account

    Hi.
    I switched to Windows 7 (clean install), installed iTunes and my purchased iTunes apps won't show up, neither in the library nor in the left hand column where you can sync with the ipod (touch). And yet the programs do appear on the list of purchased programs when I look into that on my account.
    One thing is peculiar: iTunes states that this is my 3rd of 5 allowed PC's (and it used to say my 2nd of 5 while running the same PC with Vista).
    Is there any way to re-get these programs (and updates!) back active?
    Thanks in advance,
    Hans Timmermans

    Did you back up those apps before you did the clean install of Windows 7 and then copy them back into iTunes? If not, then they won't be there on the system so they won't show up. You need to either restore those apps from your backup or go through the purchase process again for each app; if you purchased them once, you won't be charged a second time even though it will look like it will until you actually download.
    iTunes states that this is my 3rd of 5 allowed PC's (and it used to say my 2nd of 5 while running the same PC with Vista).
    This is often the case when you reinstall the OS without deauthorizing the computer from the iTunes Store first. Take a look at this Apple support article; it may help:
    One computer using multiple iTunes Store authorizations

  • Apps won't appear when home button is double tapped

    Open apps no longer appear when I double tap the home button. It is a new iPad mini, and the apps were appearing a couple of days ago, and now they're not. Not sure what's happening.

    The first thing to try is a simple device reset:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.
    Second, your double-click speed may be off. You may want to look at the settings and change the speed to something possibly slower/faster, depending on how you actually click the Home button:
    Settings/General/Accessibility/Home-click Speed

  • .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.

  • Game apps won't appear in Apps store in Itunes

    I connected my iTouch to Itunes and I usually go check the new released game apps on Itunes, but when I select the games from the dropdown menu, it won't even connect to it. It just becomes a blank white page. I tried just click on App Store and it won't connect either. Is there a bug issue or could it be my Itunes? I have the current updated Itunes using Vista.
    Thanks.

    Have you tried resetting the iPod.  Nothing will be lost.
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.

Maybe you are looking for

  • Can any one explain me the relation between BDC and reports events?

    hi experts..... can any one explain me the relation between BDC and reports events? we are using report events in BDC programmes why?\ Is reports events occurs in each and every concept in ABAP i.e creating custom idocs, smart forms, sap scripts, dia

  • Default pay scale group

    Dear All, Can we restrict/defaulted pay scale grouping accordingly to employee sub group? in TARIF feature we can default pay scale type and area in basic pay, but how we can defaulted the payscale group, please let me know the steps. Thanks in a adv

  • Aligning subtotals from two queries.........

    I have two queries in a report that are identical except for one entry in the where clause. The two queries each have four groups and are linked by a column in the first group. Both queries return the same columns and a count value. My report display

  • "Reset" WBSe plan data

    Dear all, Does anyone know how to "reset" plan data (those data were planned through CJR2) for projects ? In fact not all plan data but selected from interval of cost elements or cost element group. I have plan data coming from an interface. Those da

  • WiFi device that plugs directly into the USB slot on a printer?

    My next door neighbor has a MacBook with Airport installed.  She wants to use the portable around the house and send documents to a printer located in the basement.  She does not need a router to network additional devices, so what is the most reliab