Run air application

Hello,
I'm try to run air application under Arch linux. I have:
test.air application.
I installed adobe-air-sdk from aur.
I try as: https://wiki.archlinux.org/index.php/Adobe_AIR
I make:
#! /bin/sh
/opt/adobe-air-sdk/bin/adl -nodebug home/user/test.air/META-INF/AIR/application.xml /opt/airapps/Mpoker.air
But get error:
application descriptor not found
On other operation systems are all all right. Anybody runs any air application under arch linux?
Thank you.

Shouldn't it read "/home/user/test.air/META-INF/AIR/application.xml" with a slash at the beginning?
Also http://www.siamnet.org/Wiki/AdobeAIR and http://codingbiologist.wordpress.com/20 … not-found/
Last edited by karol (2011-04-25 13:46:50)

Similar Messages

  • Help! Run AIR Applications without Adobe AIR.

    Hello, I wanted to ask that is there any way to run AIR applications without having Adobe AIR in the computer. It's really annoying when you have to give someone your application to use and then the person needs Adobe AIR to run it. Any suggestions?

    Where to start...
    AIR is a lot like Java in the sense that it requires a run-time engine to be installed. This engine has all "things" required to for the application to run. In a similar way, applications such as 3DMax or Word require that the operating system be present for them to run. Those programs are written using API calls that are present within the target operating system. Likewise, AIR and Java apps are written using API calls that are present within their run-time. To bring it full circle, AIR is an application written in C, that uses APIs for the target operating system. So, when you perform certain functions within AIR, it then knows how to execute needed operating system functions (as needed). AIR also provides a lot of higher level functionality and management that make your life as a programmer a lot simpler.
    Looking at iOS or Android, we have the same thing happening. Some developers are writing apps using Objective-C (iOS) or Java (Android) that are using APIs specific to those operating systems. This is the same as writing your app in C like 3DMax.

  • Installing and Running Air application from webpage

    Hello ,
    I am trying to run the air application from web page and its working fine in my system. (http://localhost:8080/examples/test1.html)
    if i try to run the same air application from another system's webpage by pointing the url to my system's IP Address,(http://lpAdres of my system:8080/examples/test1.html) its showing error "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author"
    Air Application version are . Flex3.6 sdk and Air2.7 sdk & runtime
    Any of you know what could be the problem.
    please help em to resolve this issue asap.
    its very urgent requirement

    Hi, Jeff;
    Make sure you have compiled your application as 32 bit, and not "any cpu".
    See this document for some more info: [64|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e&overridelayout=true]
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

  • Error on running AIR application

    Hello,
         I am new to AIR and andriod OS. I have developed a new AIR application in flash builder burrito. It is working fine in native emulator of flash builder. Then I installed on andriod emulator with target name Andriod2.3.3 on andriod sdk. It shows an error - The application barcode (process air.barcode) has stopped unexpectedly. Please try again -  while running the application. this error show for all AIR application.
    Please help me to rectify this error
    Thanks in advance
    Regards
    Shibu

    Hello,
    Thanks for your replay
         I actually tried in andriod 2.2 API level 8 emulator. there is still exists some problem . It is working fine with google APIs 8 target in the emulator.
         I installed the application on my mobile device. It is LG optimus. But unable to install air runtime on this mobile. what are the minimum requirments for air runtime?
    Regards
    Shibu

  • Problems running Air Applications

    3 days ago, I was running inCombat 4e perfectly fine, without any issues.
    Yesterday, I installed this app, it worked fine for a while. I closed it down and went to start it up later. That's when the problems started. I get the license agreement screen(pic), and when I click "I Agree", that screen closes and nothing happens. At all.
    I uninstalled Air and the 2 apps I use, restarted and tried to reinstall, but I get the same issue. I'm running Windows 7, Pentium Dual Core 2.2 GHz laptop with 3 GB RAM.
    Here is my install log file as well. Any help is greatly appreciated.

    [email protected] have an identical problem. I run Times Reader and IHT Reader on AIR. After the update, when I launch the application, I get the license screen and when I click on agree nothing happens. I uninstalled AIR and the applications and reinstalled them. The problem remains the same.

  • Run .air application without installation?

    Is it possible to have a .air file or something similar which
    runs in the AIR runtime but does not need to be installed?
    Something like an executable or maybe like Java .jar file.

    Hi Rob,
    There's one primary reason, and that is for client testing
    cycles. I've not done many AIR projects but I've immediately found
    clients hesitant to "install" anything that is not final. Of course
    I tell them that AIR has a very lightweight installation, can be
    easily updated as I make new versions, etc, but... you know
    clients. Then I might make a mistake, like change the app id and
    they end up with two versions installed and have a conniption. So
    it would be nice to give a client a single file they can just run
    and see how they like it, especially for early versions of a
    project where we are mainly testing UI experience, not
    functionality.
    Other than that, it's more of a nice-have for some situations
    with little utility apps than anything critical. There may be
    installation permission reasons or running from external device or
    other reasons for some people, but that does not really apply to me
    at this time.

  • !ApolloLaunchDelegate.cannotFindProject! error when running air application from ide.

    Hi,
    I'm using the plugin version of flash builder 4 and when trying to debug/execute I get an !ApolloLaunchDelegate.cannotFindProject! error :/. Do anybody know what's happening or how I could solve this?
    I've been working with this for web applicactions during 6 months without problems, and it still works for web apps but not for air ones.
    Thanks in advance,
    Aron.

    Hey Chris,
    This shouldn't be a influence hopefully. We also had her remove any leftover files for the Picaboo client and Air, for Picaboo that would be under User > Library > Preferences.
    For Air we had her go under Library > Frameworks, and delete Adobe Air.framework.
    Do you have another location in mind for Air we should look at?
    Thanks.

  • Disable ESC in Fullscreen (AIR application)

    Hi All,
    I just created a AIR application in flash builder and started it in full interactive mode (stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE).
    Is there a way i can disable ESC pressing that will take me back to regular mode?
    P.S. my purpose is to run AIR application in fullscreen mode (on linux), this will be the only application that is running on the computer so i don't want the user to press ESC and go back to regular mode.
    Thanks in advance,
    Lior

    this worked with a recent nightly sdk
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/halo"
      applicationActivate="windowedapplication1_applicationActivateHandler(event)">
    <fx:Script>
    <![CDATA[
    import flash.events.NativeWindowDisplayStateEvent;
    import flash.events.NativeWindowBoundsEvent;
    import mx.controls.Alert;
    import mx.events.FlexNativeWindowBoundsEvent;
    import flash.events.KeyboardEvent;
    import flash.events.MouseEvent;
    import mx.events.AIREvent;
    import mx.events.FlexEvent;
    protected function windowedapplication1_applicationActivateHandler(event:AIREvent):void
    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
    stage.addEventListener(KeyboardEvent.KEY_DOWN, stopesc);
    private function stopesc(e:KeyboardEvent): void
    if( e.keyCode == Keyboard.ESCAPE )
    e.preventDefault();
    protected function button1_clickHandler(event:MouseEvent):void
    this.close();
    ]]>
    </fx:Script>
    <s:Button x="302" y="296" label="Button" click="button1_clickHandler(event)"/>
    </s:WindowedApplication>

  • After closing the AIR application, it still runs in the Task Manager

    Hi,
    I am very new to AIR application. I have made a product demo
    application in CS3 using AS2 and just for the sake of testing the
    AIR, I published an AIR installer of that application.
    Every thing works as it should be but I am facing one
    problem, when I close the application using the close button. It
    disappears from the desktop but when I checked the TaskManager...It
    still running there. And using large CPU resource (around 50%).
    Does any one know the reason behind it?....I also tried to
    installing other AIR application (made by other users) but that
    application is closing correctly..

    You might set the flag:
    NativeApplication.nativeApplication.autoExit
    to false?
    Otherwise your app. should exit.
    -ted

  • My MacBook Air becomes unresponsive when logging in, and I decided to reinstall OS X Lion. When running the installer from OS X Recovery, it gave the error message "An error occurred while preparing the installation. Try running this application again."

    My MacBook Air becomes unresponsive when logging in, and I decided to reinstall OS X Lion. When running the installer from OS X Recovery, it gave the error message "An error occurred while preparing the installation. Try running this application again."
    Checking in the log revealed the following error:
    Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
    Error!! Error Domain=NSURLErrorDomain Code=-1202 "UNTRUSTED_CERT_TITLE" UserInfo=0x1086bec80 {NSLocalizedDescription=UNTRUSTED_CERT_TITLE, NSLocalizedFailureReason=UNTRUSTED
    The rest of the line is cutted off. Does anyone know what went wrong and how to fix it ?

A: my MacBook Air becomes unresponsive when logging in, and I decided to reinstall OS X Lion. When running the installer from OS X Recovery, it gave the error message "An error occurred while preparing the installation. Try running this application again."

I encountered the same exact problem when I attempted to re-installed OSX Lion on an old laptop. The date was set back in 2000, which rendered the certificate obsolete. Here's how I fixed it:
From the recovery menu, select the Terminal application. Run the 'date' command to confirm the date is wrong, then set the correct date using this command: date {month}{day}{hour}{minute}{year}
e.g. date 1219195613
Exit terminal (type exit). Retry the installation.

I encountered the same exact problem when I attempted to re-installed OSX Lion on an old laptop. The date was set back in 2000, which rendered the certificate obsolete. Here's how I fixed it:
From the recovery menu, select the Terminal application. Run the 'date' command to confirm the date is wrong, then set the correct date using this command: date {month}{day}{hour}{minute}{year}
e.g. date 1219195613
Exit terminal (type exit). Retry the installation.

  • Testing adobe air applications with fake apple certificate in iOS simulator running in a hackintosh

    I can compile an Adobe Air application on windows with a fake apple certificate. Can I test this application in iOS Simulator running on a hackintosh? Or is the simulator blocking testing of IPA outside from XCode ie: it's not a standalone simulator for IPA files. Are there any affordable web service for testing IPA with a true emulator or real device? I'm asking this because Flash Builder doesn't provide a true simulator, it lacks essential API functions such as NativeWindow.

    Hello,
    thanksk so far. I can now create an ANE, hopefully it is correct...
    Now, while trying to use it in my mobile application, calling the Constructor of my SWC interface > call initNativeExtension() I get an:
    Type Error #1009 cannot access a property or method of a null object reference
    It seems that my code cannot load the ANE because I cannot instatiate the extension object.
    Can you help me ?
    THX
    marco    

  • How to recognize the other AIR application is running?

    Hello
    I have two AIR applications.
    Here I call them [A] and [B] for purposes of illustration.
    I don't want [A] to run during [B] is running , and vice versa as respects [B].
    So, are there any methods to catch the trigger that a certain AIR application wakes up?
    regards

    If the base connection name is “appConnection,” then the entire string to use in the connectionName parameter is: "app#com.example.air.MyApp:appConnection", where the receiving app id is "com.example.air.MyApp".
    At least according to:
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7c7e.html#WS5b3cc c516d4fbf351e63e3d118666ade46-7c9d

  • I start the computer the screen has blue vertical stripes and says that the Adobe Air application can not be found. Some of my programs don't run and say: You: Error access violation at 0x0055F525

    I start the computer the screen has blue vertical stripes and says that the Adobe Air application can not be found. Some of my programs don't run and say:
    You: Error access violation at 0x0055F525. I reinstalled Adobe Air. No change. I went to the Adobe webside and they said to repair it with a program. I bought RegCure. Didn't change anything. What to do?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • Conversion to Adobe Air application to run on desktop?

    Hi all,
    I watched the Adobe tutorials and the presenter said that flash is more for designers wheras flex is more for developers. I would like to know if:
    1. It's possible to convert a flash application to an adobe air application to run on desktop? If so, how? (I really need to know this! )
    2. Besides development time, what else is the advantages of flex over flash? (also, is the claim that flex is faster to develop true?)
    3. Is there any tutorials on how to use Adobe Air? Is it a compiler or some sort?
    A few long questions here but i really hope you can take the time to answer them for me. Whatever feedback would be very much appreciated! Cheers!

    Hi Chien
    1) Sure you can develop AIR with flash, here a link to get you quickly started: http://www.adobe.com/devnet/air/flash/getting_started.html
    2) Advantage of Flex over Flash:
         - Less development time (if done right, no problems with layout, history, management)
         - Data driven applications can be done quicker with Flex then with Flash
         - There is absolutely nothing that you can't do with Flex over Flash, but to enhance the look & feel of the Flex components (buttons, panels) you can use Flash to skin and design.
    3) Look above step 1.
    Have fun
    Tiago

  • [svn:fx-trunk] 12869: Fix FB-24801: Unable to run an application with AIR 3 .4 sdk

    Revision: 12869
    Revision: 12869
    Author:   [email protected]
    Date:     2009-12-11 14:50:26 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Fix FB-24801: Unable to run an application with AIR 3.4 sdk
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FB-24801
    Modified Paths:
        flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSessionManag er.java

    I've fixed the problem!
    I think the problem was in the way I was linking to the libraries. I ended up deleting all my hand made ANT settings and instead exporting the settings from my Flash Builder project, and just using those.
    Full details in this article here, it saved my life: http://helpx.adobe.com/x-productkb/multi/compilation-results-flex-builder-flex.html

  • Maybe you are looking for

    • Unable to get the tax value in Sales order

      Hi Forum, I am preparing a sales order for a customer with a material. When I go to the item conditions tab, I see that the correct tax value is being calculated but that tax value is not appearing in the TAX field. Net value is appearing correctly i

    • Changing Acrobat 9 pro extened Japanese Version to English Settings

      I have purchased a Japanese Acrobat 9 pro extended for the Japanese capabilities but would like to have the settings and tool bars in English is this possible? Thank you...

    • Undo Delete of Component Item in Work Order

      In a maintenance work order it is possible to delete a component line item. The associated purchase requisition line item shows up with a deletion indicator. Is it possible to undo the delete either on the work order or the requisition? Thanks, KF

    • Register Supplier User

      Does anyone know what workflow sends the Supplier the information about joining iSupplier?

    • Nokia 2330 contacts.

      Hey there, I wondering if anyone can help. I have a Nokia 2330 but the screen recently broke. All I can see now is roughly the top third of the screen. Obviously I need a new phone but unfortunately my contacts are saved to the phone, not the sim. Co