Installing the Adobe AIR 2 SDK in Eclipse
Posted on Saturday, April 23, 2011
|
No Comments
1. Download and Install the Air 2 Runtime and Air 2 SDK
The first step is to download the Air 2 runtime which installs itself within the operating system. The second step is to download the Air 2 SDK, which downloads as a zip file. Assuming you have Flex 2, 3, or 4 installed, there should be a plugin sdks directory that contains an AIR runtime folder such as:
- Go to 'C:\Program Files\Adobe\Adobe Flash Builder 4\sdks'
- Create a new folder '3.5.0 + AIR SDK'
- Copy over content of '3.5.0' to '3.5.0 + AIR SDK'
- Copy over content of downloaded AIR SDK to '3.5.0 + AIR SDK'
- In Flash Builder, go into Project > Properties > Flex Compiler
- Select 'Configure Flex SDKs'
- Click 'Add', browse to '3.5.0 + AIR SDK' created above, and call it 'Flex 3.5.0 + AIR SDK' and check it.
- Select 'Flex 3.5.0 + AIR SDK' for 'Use a specific SDK'
http://ns.adobe.com/air/application/1.5
to http://ns.adobe.com/air/application/2.6
Once you change the version number, the application will compile and run without issue.
if not in your app.xml file add following line in your application tag
<supportedProfiles>extendedDesktop</supportedProfiles>