Installing AIR SDK on Ubuntu?

Hi everyone,
I am about to pull my hair off. I have tried to spent the complete  morning to install the Adobe AIR SDK on my Ubuntu machine and it just  won't work.
The runtime version is already installed and have verified it to be working with various  apps.
I have Googled like never before to get a solution by myself,  before asking here and have so far been able to find two tutorials (this and this) which I've followed the instructions of to end up with the same result;
Typing adl in the terminal ends up with Runtime not found being thrown.
What can I do?
Thanks!

Hi again,
I think we're getting closer!
I had to use a slightly different syntax in my Ubuntu install to avoid errors;
export PATH=$PATH:"/home/AdobeAIRSDK/bin/"
Unfortunately, the above setting gives the very same errors I mentioned earlier. (Runtime not found (No such file or directory) & Unable to access jarfile /bin/../lib/adt.jar).
Setting PATH to the what is shown below does however make ADL & ADT commands to work, but unfortunately killed pretty much every terminal command that I'd tried...
export PATH=:"/home/AdobeAIRSDK/bin/"
Any suggestion?

Similar Messages

  • How to install AIR SDK 15 on my iMac

    Hi everyone... I built my iOS app on Flash cs6 (with the latest AIR SDK 15) on my windows computer, but now have access to a Mac. The problem though is that the Flash cs6 on the mac is running AIR 3.2 and I have downloaded the latest AIR SDK 15 for Mac but I don't know how to install it. Can anyone help me?

    I assume its the same as installing any other AIR SDK's. you go to Help >>> Managed Air SDK >>> click on the + sign on the top right >>> navigate to the AIR SDK 15 folder and then done!
    I'm in the same situation as you are but I haven't received my imac YET. so I will let you know once I have done this myself or you can share your experience with us?

  • How to install AIR SDK 3.1 ( with 3.4 installed )

    I am trying to install a previous version of the SDK    3.1
    I am doing this to accommodate BlackBerry BB10.
    Using the Manage SDK utility in Flash CS6, I currently have installed 3.2 and 3.4.
    When I try to install 3.1 I first get the error that the version of the sdk I am trying to install is not valid.
    Ok, I got around this by placing an  airsdk.xml  file in the SDK directory. Because the Archived 3.1 SDK from Adobe did not have one..  but 3.2 and 3.4 do.
    Ok, not I get the error  that Only SDK higher than version 3.4.2540 may be added.
    So what..  now I cannot add earlier versions?
    Please..  how do I add AIR SDK   3.1 as option for usage in Flash Pro CS6  ?

    Hi Jason..  try the following..  but be warned. I made this up as i went along, so no promises.
    I am not even entirely sure this did the trick.
    That said, I have suffered no ill effect from this.
    Duplicate an existing AIR xml file from that directory ( example: AdobeAIR2_5.xml ).
    Name it AdobeAIR3_1.xml
    Change the first lines to:
    <players>
      <player id="AdobeAIR3_1" version="14" asversion="3" minasversion="3">
        <name>AIR 3.1</name>
        <publishobject2 id="Air_Desktop_iOS" version="3.1" intversion="3.1"></publishobject2>
    Then try to add 3.1 via the Manage SDK Utility.
    If you cannot, remove the 3.4 folder ( rename it ).
    Then restart Flash, run the utility again and it should not have 3.4 anymore..  scared yet?
    Then try to add 3.1 again.
    If it works..  then I am surprised two times now!
    Then add 3.4 again.
    I repeat - this was a hack I was desperate to try and might have gotten lucky.
    There Hopefully, will be someone, one day, who will give both of us more sound advice.
    I can however, now create workable BB10 and PlayBook apps from my SDK 3.1 in Flash.
    I wonder if you and I are in a limited group because we happened to Not have installed 3.1 when it came out.
    Leaped from 2.5 to 3.2  maybe.
    Good luck!

  • Installed Air SDK's disapere after re-launch

    I've got an issue on my Flash Professional CC application when dealing with Air SDK's.
    After I did a migration of my account into a new mac, every time I quit and relaunch my Flash Professional CC enviroment, the SDK's disapere. Or not really disapere, they are still in the menu if I go to Help>Manage SDK, but they are not present in the target drop down under publish, and I get a alert when opening projects with the "missing" SDK assigned to it.
    Could it be permission issues on some settings file somewhere that Migration Assistant damaged when migrating to the new computer?
    Anyone?

    I knew there was a reason people called me exceptional
    Regarding one practical benefit for me - saved lots space when backing up over time.  And the uninstall app feature is handy. 
    But, as you write, YMMV.
    For example, I expect you could get in trouble eliminating every file that might pop up via some of its functions.

  • How to install Air 3.9 SDK into FB 3.7

    I cannot understand why Adobe doesn't make installers to update the SDK's more automatically. I have broken apps because of iOS 7, and must use the 3.9 AIR SDK to fix this problem, and resubmit my apps. What is so frustrating is to download the 3.9 Beta SDK, but have no clear instructions on how to install it into FB 3.7. Why isn't there an installer? How can a company with the massive brainpower of Adobe be incapable of writing an installer that figures out where to put the SDK?
    In my FB preferences panel, under "installed AIR SDK" the field is read-only. And it refers to a folder AIR SDK  location: /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK .
    And if I am just make AIR apps, do I need to be concerned with Flex? Is flex somehow related to making iOS and Android Apps in AIR? The relationship of Flex is so murky.
    Do i do an overly into the 4.6 folder ?
    Is there a newer version of FB yet?

    I have downloaded the "AIR 3.9 SDK & Compiler Beta", unzipped it and copied these files into the com.adobe.flash.compiler_4.7.0.349722/AIRSDK folder - that means a bunch of files have been replaced. (I couldn't run the command line in the Terminal, it was giving me a "can't get real path for source" error).
    Anyway, i'm NOT a Mac user, I updated to air 3.9 on Windows without problems - all I had to do was to replace air files in the sdks/4.6.0/ folder. Why must Mac be this complicated? ><
    and another question: isn't that 'tutorial" incomplete? what about the actual flex SDK that has AIR merged into it? for sure that needs to be updated, as well, so why isn't there anything about it?
    EDIT: I did succeed in the end. The problem was Mac replacing files the wrong way if you're not using the Terminal. I got it to work in the end (the Terminal), and I have used the rsync command to replace the files. For anyone still having problems with this, here's what I did:
    1. update the AIR SDK
    - duplicate your "AIRSDK" folder located at /Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/ and rename it to something like "AIRSDK_backup"
    - download and unzip the AIR 3.9 SDK & Compiler Beta [link]
    - in the Terminal, navigate to the unzipped folder of the downloaded file, and run this command:
    rsync ./* -avl /Applications/Adobe\ Flash\ Builder\ 4.7/ecplise/plugins/com.adobe.flash.compiler_4.7.0.349722\AIRSDK/
    2. Update the Flex SDK
    - duplicate your "4.6.0" folder located at /Flash Builder 4.7/sdks/ and rename it to something like "4.6.0 (3.9)"
    - download and unzip the AIR 3.9 SDK for Flex Developers [link]
    - in the Terminal, navigate to the unzipped folder of the downloaded file, and run this command:
    rsync ./* -avl /Applications/Adobe\ Flash\ Builder\ 4.7/sdks/4.6.0\ (3.9)/
    That's it! Hope this helps anyone who is still stuck.
    For Windows: skip step 1 entirely and just copy/paste (replace existing files) the "AIR 3.9 SDK for Flex Developers" in /Flash Builder 4.7/sdks/4.6.0/
    p.s. adobe forums login is broken on Chrome.

  • Problem installing Air on XP

    I've read some of the posts in the forum related to
    installation problems, but could not find one that answered my
    problem.
    I'm just starting to develop in AIR, I have the SDK and using
    Adobe Flash. I can create Air applications and run them from the
    Flash IDE, but I was not able to install the regular Air
    player/plugin. (I want to use the "Badger" app to package my
    own...)
    I tried a direct install from the website, installing from
    command line, and also installing through the dialog that pops up
    when I install an Aid application. Whenever I click on the
    installer, nothing happens, no error, or anything.
    When I try to install an air app, it now moves to attempting
    to install (the app, not Air itself), but then freezes once I
    approve the installation path.
    I checked in the add/remove programs interface, and Air is
    not there. I also checked for the registry value mentioned earlier,
    nothing.
    If it helps, I have Windows XP, multiple Adobe products
    installed, Air SDK.
    Any help would be appreciated!
    Nadav

    Thanks! Didn't know about this method.
    The log says:
    Performing runtime install
    UI SWF load is complete
    UI initialized
    starting user confirmation
    Installation type: new
    At this point the process halts and I have to terminate it in
    order to get access to the log file.
    Also, I checked my Windows Task Manager:
    I have 2 processes created when I click on
    AdobeAIRInstaller.exe.
    AdobeAIRInstaller.exe. Mem Usage - 3,888K
    Adobe AIR Installer.exe. Mem Usage - 28.984K
    Both remain in memory but seem to be idling (taking up no CPU
    cycles).
    Would this information by any chance help debug what is going
    wrong?
    Thanks again!
    Nadav

  • Changing default workspace removes reference to AIR SDK

    Hi
    When I change my default workspace to a custom workspace, it removes the reference to the AIR SDK under Preferences -> Flash Builder - > Installed AIR SDK, and won't allow me to add it back in.
    The text field is not editable, so I can't type the file location. It should be set to:
    /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.345990/AIRSDK
    but as you can see in attached screenshot, it appears blank, which results in build errors.
    Anyway I can change this?
    Regards
    Dan Rostron

    Hi Dan,
    I checked this on my machine. In my custom workspace, evrthing seems to work fine. I am able to import AS projects created in my default workspace. Also, i am able to successfully create new AS and AS mobile projects in my custom workspace. Reference to the AIR SDK is intact and projects are compiling fine.
    Is there anything else you did before/after switching the workspace? Probably, changed the installed AIR SDK structure or something similar?
    Thanks,
    Sudhir

  • Air SDK

    How can I install Air SDK on mac without writing commands in the terminal? It's confusing. I don't know anything about it. Every tutorial is different &amp; none of the codes I write works!!
    Thanks

    Hi,
    You just need to download and extract the AIR SDK version that you want to use with Flash Professional.
    1. Download the version of the AIR SDK that you intend to use from Archived Adobe AIR SDK versions and extract
    2. In order to target the downloaded AIR SDK version in Flash Professional, Help>Manage Adobe AIR SDK...
    3. Click on + icon at the top right corner of the Manage Adobe AIR SDK dialog and choose the extracted folder of the downloaded AIR SDK
    4. Click OK
    5. Create a new AIR document (for Desktop / Android or iOS) and see the target is of the latest AIR SDK version
    Please note that the Manage Adobe AIR SDK option will only allow you to add the latest version of AIR SDK than the one installed along with Flash Professional.
    Thanks!
    Mohan

  • How to install latest AIR SDK (13 or 14) in Flash Pro CS6?

    Hi, I'm using Adobe Flash Pro CS6 on Windows 7 64-bit and I wanted to add latest Adobe AIR SDK, either 13 or 14, but non of them is seen as a valid SDK by Flash.
    I've tried downloading two possible SDKs (SDK & compiler and SDK without compiler) from here: Download Adobe AIR SDK (version 13) and here http://labs.adobe.com/downloads/air.html (version 14). Each time I copied the extracted SDK folder to my Flash CS6 folder where default 3.2 and 3.4 SDKs are located. After that I open Flash, then Help > Manage Air SDK, click on " + ", browse for the new folder, and all I get is "The selected folder does not contain a valid AIR SDK" warning message. It all looks the same with all four SDKs I downloaded!
    Not long ago I added AIR 4.0 without any problems. What am I doing wrong? Is new SDK Flash CC only or what?

    What are you naming the folder?
    Just as a general tip, since many applications (Flash CS4, 5, 5.5, 6, CC) you can save some space by only putting the AIR SDK in one place. Since CS6 and CC have "Manage AIR SDK" in their settings you no longer need to locate that folder like 5.5 which requires you to overlay the AIR 2.6 folder. So save some space and put it anywhere out of the way, out of the Flash folder. I have multiple drives and I have lots of SDKs installed at root on my E:\ (E:\SDK\AIR, E:\SDK\JDK, E:\SDK\Android, etc). I then just go in the help panel like you do and point CS6 and CC to E:\SDK\AIR and they work perfectly fine with the latest SDK released recently.
    Are you updating Flash Player to 13 as well?
    Last, do not download the Flex version for Flash. Flex is for Flash Builder if you intend on using Flex (it is different than Flash).
    Do not get this:
    You want the SDK from the big orange buttons above this warning.

  • Installing and using Adobe Air SDK 2.5 with Flash Professional CS4

    Hi,
    I am trying to install the Air SDK 2.5 with Flash Professional CS4 with the intention of creating a program to use Actionscript 3 to communicate with the UDP interface using datagrams. (The server is the IL2 device link interface) As I am very new to this development environment I was wondering if anyone could answer a few questions.
    1) Can I use datagram sockets with Air 2.5 with Actionscript 3 and Flash CS4?
    2) Is there special procedure for installing the AIR SDK 2.5 or do I use the instructions layout in "How to Overlay the Adobe Air 2 SDK for Use with Flash Professional - Flash professional CS4"?
    3) If I do use those instructions, when I edit the namespace for my application do I set it to 2.0 or 2.5?
    4) As a stepping stone to building my program I was trying to try to build the Actionscript 3  DatagramSocketExample program that is published by Adobe. Unfortunately I am getting a '1046: Type was not found or was not a compile-time constant: DatagramSocketDataEvent'.
    Is there a step by step tutorial on how to get the example code up and running?
    Thankyou for your time and patience with my noob questions
    Ian

    This was part of the AIR 2.0 beta release note, but I used this for 2.5 and it works nice.
    You can try it too an make sure you use 2.5 wherever the not says 2.0beta2.
    Goodluck.
    How to Update Flash CS4 to Use the AIR 2 Beta SDK
    If you use Flash CS4 Professional to build Adobe AIR applications, please follow the instructions below to manually update the version of the AIR SDK to use version 2.0.
    Update Flash CS4 Professional to version 10.0.2 at http://www.adobe.com/support/flash/downloads.html or select "Help > Updates... " from within Flash CS4.
    Quit Flash CS4 Professional if it is open.
    Navigate to the Flash CS4 installation folder. The default location on Windows is "C:\Program Files\Adobe\Adobe Flash CS4\" and on Mac OS "/Applications/Adobe Flash CS4/"
    Within the "Adobe Flash CS4" folder you should see a folder called "AIK1.5". If this folder is not present repeat step #1.
    Rename the folder "AIK1.5" to "AIK1.5 OLD" or delete it if you do not need to save a copy of it.
    Make a new folder called "AIK1.5"
    Download the Adobe AIR 2 SDK from the labs website and uncompress the contents of the folder to the new "AIK1.5" folder you just created.
    Copy the "airglobal.swc" file located within the "Adobe Flash CS4/AIK1.5/frameworks/libs/air/" folder into the "Adobe Flash CS4/Common/Configuration/ActionScript 3.0/AIR1.5/" folder.
    Flash CS4 is now configured to use the AIR 2 beta 2 SDK.
    In order to take advantage of the new AIR 2 beta 2 features, you will need to update your application descriptor file to use the "2.0beta2" namespace.

  • How do I install Adobe Air SDK for CS5.5 Products?

    Hey how would I install Adobe Air SDK 3.7 for Flash Pro CS5.5 and Flash Builder 4.6?

    Okay this is what I got from the .XML file:
    <?xml version ="1.0" encoding="utf-8" ?><application xmlns="Untitled-11.0Untitled-1http://ns.adobe.com/air/application/3.7"><id>Untitled-1</id><versio nNumber>1.0</versionNumber><filename>Untitled-1</filename><description></description><!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>--><name>Untitled-1</name><!-- To localize the name, use the following format for the name element.<name><text xml:lang="en">English App name goes here</text><text xml:lang="fr">French App name goes here</text><text xml:lang="ja">Japanese App name goes here</text></name>--><copyright></copyright><initialWindow><content>Untitled-1.swf</conte nt><systemChrome>standard</systemChrome><transparent>false</transparent><visible>true</vis ible><fullScreen>false</fullScreen><aspectRatio>portrait</aspectRatio><renderMode>auto</re nderMode></initialWindow><icon></icon><customUpdateUI>false</customUpdateUI><allowBrowserI nvocation>false</allowBrowserInvocation></application>

  • Fb 4.7 air sdk 15.0.0.349 Error occurred while installing the application

    Hi
    Im using fb 4.7 air sdk 15.0.0.349 with Macosx 10.9.4, xcode 6.1 (ios simulator 8.1) and i keep getting the following response when debugging with ios simulator:
    Error occurred while installing the application:
    Session did end with error (null)
    Can you help?  Is this a bug being fixed yet?
    Thanks.
    zed0784

    Sorry i was refering to my other post. I am on FB 4.7, AIR 15 SDK 15.0.0.356, Xcode Version 6.1 (6A1052d) with the same problem on Mavericks on my MacPro and Yosemite on my MacBook Pro. My App (which uses Feathers and Starling) didnt work at all and even got rejected for Testflight testing because is was crashing immediately on iOS 8.1. I found out that this was related to the new compiler so "-useLegacyAOT yes " solved that problem.
    But the problem that i cannot test in iOS simulator at all still persists. (Session did end with error (null))

  • Error Installing Air 2.0 SDK

    When I try "install" Air2.0 SDK i have this error "Directory does not contain a Flex SDK".
    I unzip sdk into flex sdk folders and then open Flex Builder.
    Inside Flex Builder go to "Window"->"Preferences"->"Installed Flex SDKs"-> ADD and select my air 2.0 skd folder.
    Can someone help me?

    Be sure to check the namespace in your application.xml descriptor file.  It needs to support "http://ns.adobe.com/air/application/2.0" in order to access AIR 2 APIs at runtime.
    Hope that helps,
    Frank
    AIR Engineering

  • Failed to install AIR 3.5 SDK (beta)

    Hi guys,
    I wanted to use the AIR 3.5 SDK (beta) in Flash Builder 4.7 (beta) but when I attempted to manually replace the bundled AIR SDK in Flash Builder a few of the files could not be copied due to excessive file name/path lengths. This is on Windows 7. I had to try this because there is no other way to setup AIR SDKs in Flash Builder which is really annoying... how are we supposed to use prerelease/beta AIR SDKs in Flash Builder 4.7 if we are not able to specify alternative AIR SDK locations?

    Thanks for the reply, Sunil. Here are the steps I took over time ...
    1. Downloaded and installed the 32-bit version of Flash Builder 4.7  (beta 1)
    This worked fine, I'm not sure which AIR SDK version it came bundled with but I imagine it was 3.4 (beta 1)
    2. Downloaded AIR SDK 3.4 (beta 2) and replaced the bundled Flash Builder version
    This worked fine, the files were copied over without any problems and Flash Builder was happy.
    3. Downloaded AIR SDK 3.5 (beta 1) and attempted to replace the bundled Flash Builder version
    This failed, Windows 7 complained about some "license" related file names being too long, it didn't provide the exact file names or paths though.
    As far as the installation directories go, they are the default directories ...
    Flash Builder 4.7
    C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.7
    AIR SDK (relative to the above directory)
    \eclipse\plugins\com.adobe.flash.compiler_4.7.0.345990\AIRSDK
    I think Adobe is aware that the AIR SDK 3.5 currently cannot be used with Flash Builder, the obvious solution to avoiding these problems would be to allow us to specify the location of a AIR SDK directory in Flash Builder, it was a bit silly for Adobe not to allow this really.
    Right now I'm just waiting for the next Flash Builder beta release, if there is one, to see if the AIR SDK problem has been resolved. I can continue using AIR SDK 3.4 for now but it isn't an ideal situation for me at the moment.
    Again, thanks for the reply :-)

  • How to install AIR 3.6 SDK in FB 4.7 without breaking iOS apps

    i downloaded the the Air 3.6 SDK with compiler from the labs website, unpacked it on mac, put the contents into the AIRSDK folder under the com.adobe.flash.compiler... folder as specified. 
    relaunch FB 4.7, and it shows that the AIR SDK is now 3.6.  update my name space to use 4.6, can compile and run no problem in AIR simulator, HOWEVER, the minute i try to export an IOS app, or run in IOS simulator or do anything with IOS, it craps out and i get the mess age"AIR For Apple IOS support in Flash Builder is not support", which means something is wrong, and of course it points me to instructions for FB 4.5 which are inapplicable....
    this is extremely frustrating for me, because i am hitting a nasty bug in AIR 3.5 and hoping that adobe has fixed the iOS app generator bug that i am encountering in AIR 3.5 where my final apps just show a blank screen and don't run at all... yet work fine in the AIR and IOS simulators...
    hoping someone else has wrestled with this. How come only a few people have had this problem, and nobody has reported a solution.
    would be nice if Adobe put some effort into reducing the number of files inside FB... it is over 25,000 files, and i gotta say, that is sloppy work to have so many files and therefore thousands of dependencies. Each dependency is a link that potentially can break. Far better to use collections of files that cannot be broken.
    And the update process should be no more than replacing a folder and restarting FB. I have spent 10 hours trying to get this to work, any help towards a solution would be greatly appreciated.

    Did you try the newly released SDK from official page, rather than labs? I would also suggest running FB with Java 1.6, if you have it on Java 1.7 - FB4.7 is known to yield some quirks with new java VMs.
    Flash Builder is developed on top of Eclipse platform, which is basically a pluggable architecture - nothing wrong with that. Number of files do not really affect the overall application performance. In general you should not touch that, unless you really know what you doing and can manage all the dependencies on your own. I agree, though, that's is quite unfortunate that Adobe decided to hide the AIR SDK deep inside plugins, instead dragging it out to a top-level folder, where it's visible and available for change. It was possible with Flex SDK configured externally, so why not here?

Maybe you are looking for