I just got CS5 master suite which includes Flash Builder 4 and Flash CS5 Pro.
When I create a new AIR app in CS5 pro it says "AIR 2" but when I create a new AIR project in Flash Builder I do not see anything indicating that it is AIR 2 or 1.5?
Is there a way to tell which AIR runtime it is using?
I think you'll have to download the SDK and st it up yourself; but Flash Builder should work fine:
http://labs.adobe.com/wiki/index.php/AIR_2:Release_Notes
How to overlay the Adobe AIR SDK for use with the Flex SDK
Copy the contents an existing Flex SDK folder to a new folder. For
example, in Flex Builder, copy the
following folder located at:
* Windows: c:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0
* Mac OS: /Applications/Adobe Flex Builder
3/sdks/3.2.0
Download the appropriate AIR SDK file for your operating system and
save it to the root folder of the Flex
SDK.
* Windows: AIR20_win_sdk_XXXXXX.zip
* Mac OS: AIR20_mac_sdk_XXXXXX.tbz2
Extract the contents of the AIR SDK archive and overwrite the existing
SDK files in the copied folder.
* Windows: Right-click on the ZIP file and select "Extract All"
or use the decompression tool of your
choice.
* Mac OS: In Terminal, cd to the root folder of the Flex SDK and
run this command:
* tar jxvf AIR20_mac_sdk_XXXXXX.tbz2
If you have trouble overwriting files due to file
permissions, try this command
sudo tar jxvf AIR20_mac_sdk_XXXXXX.tbz2
In Flex or Flash Builder, open the Properties dialog and choose the
Flex Compiler page
Click the Configure Flex SDKs... link
Add the combined Flex and AIR 2 SDK folder created above
Use this SDK for any projects accessing AIR 2 APIs.
To update this for the production release; go downlod your preferred version of the Flex SDK at http://opensource.adobe.com/wiki/display/flexsdk/Downloads and download the AIR 2 SDK at http://www.adobe.com/cfusion/entitlement/index.cfm?e=airsdk .
Overlay the two using the instructions above (1-3); then configure the new SDK in Flash Builder (also using the instructions above (4-7).
Update: Since my original post of this; Flex 4.1 SDK was released which includes the relevant AIR 2 bits. You can get it here
The fastest way to use AIR 2 is to download a new version of the Flex framework. I've downloaded version 4.1.0.16076 from here and it comes with AIR 2 already installed.
Today Adobe release the stable version of AIR 2 SDK so probably they come up with a new stable release of the Flex SDK.
Related
I'm working on an application in Flex using Flash Builder 4.7.
Now I want to uninstall and install the plugin for FlashBuilder eclipse.
I searched in the adobe site but I can't find the link to download the plugin, can anyone help me?
I use eclipse 4.3.1
Thank you!
Flash Builder 4.7 only supports running on Eclipse 3.7 or 4.2 (not 4.3). The installation is essentially for a stand-alone version now, but after you have installed, you can go into the Flash Builder installation folder (on Windows that will be under "C:/Program Files/Adobe/Flash Builder 4.7 (64-bit)" or "C:/Program Files (x86)/Adobe/Flash Builder 4.7" for the 32-bit version). There is a "utilities" folder with the following program you need to run:
Adobe Flash Builder 4.7 Plug-in Utility.exe
Run that and select your eclipse folder and it should work as a plug-in in your Eclipse. I tested it on Eclipse 4.4 and it would not run. Note, upon running the utility, it will disable it working in stand-alone mode.
If you have the flashbuillder installed on ur machine, then you will have the plugin installer also. Notes from adobe forum below.
Navigate to the installed Flash Builder installation location and
open the utilities folder.
Run the executable Adobe Flash Builder 4.6 Plug-in Utility.exe.
Select the language and click on OK.
Select the Flash Builder installation location if prompted.
Select the Eclipse folder into which you want Flash Builder 4.6 to
be plugged into and click Next
(Note: Your copy of Eclipse must be
version 3.6/3.6.1/3.6.2/3.7, 32-bit and must contain a folder named
“dropins”)
Review the pre-Installation summary and click on Install
Ref: Adobe forum
I'm using Adobe Flash CS5 with Adobe Air 2.5 to build an air app.
Is there a way to make use of the Air 3 captive runtime feature? Do I need additional software to publish the Air app with the captive runtime?
Captive Runtime is not yet integrated into the Flash Pro IDE. You'll have to package your app using the command line tools available in the free AIR SDK.
Some more info is here; basically when you compile your app be sure to specify the target parameter. To create an Android APK, you would use this:
-target apk-captive-runtime
More info on options is here
How do I get the Adobe AIR installer that I exported from Flash Builder 4.5 install shortcut to the application on the "all users" desktop on Windows?
You can't force it, the user must select it during installation.
i am trying to find out how to build my .as for mobile browser on Android 2.2 smartphone.
I downloaded latest distribution of "Hero" SDK, but all tutorials show only how to create mobile project with Flash Builder. Any idea how to build .swf from command line mxmlc for mobile ?
Thanks,
-V
Taken from this page:
http://labs.adobe.com/technologies/flex/mobile/faq.html
Can I build mobile applications using only Flex SDK "Hero" without Flash Builder "Burrito"?
Yes. However, in order to get your application onto a device for testing, you will need to install the Android SDK, and use a combination of the Adobe AIR SDK command-line packaging tool and the Android SDK's "adb" tool.
http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffb.html
Haven't done this myself but that looks right.
Good luck,
Shaun
I've been having trouble exporting Adobe Flex using Adobe Air. I can't find the runnable application Air, and so when I export something to be opened in air it can't be opened. I'm on a Mac Powerbook G4 running OS 10.5.8. Help?
If you are using the Export Release Build feature in Flex Builder then it will ask you where you want to create the .air file at. That .air file is your installer. You can use an AIR Install badge (see Tour de Flex for an example) to create a web page installer for the Air app.