Flex Builder 3中使用Adobe AIR 1.1 SDK的具体步骤

By Minidxer | September 24, 2008

目前Adobe AIR 1.1已经可以下载了。想在Flex Builder 3中使用的话,需要自己进行手动更新/配置。下面是具体步骤:


  1. If you haven’t done so, download the AIR 1.1 runtime from get.adobe.com/air/.

  2. The Adobe Flex SDK includes support for AIR 1.1 in the 3.0.2 stable build. See www.adobe.com/devnet/flex/articles/flex_air1.1.html for more details. Download the 3.0.2 build from opensource.adobe.com/wiki/display/flexsdk/Download Flex 3.

  3. Create a new folder under your Flex Builder 3 SDK directory. For example, C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.2.
  4. Unzip the downloaded zip file to above location.
  5. If your application uses Flex Builder Professional features, such as data visualization components or automated testing, you will need to copy those elements from the 3.0.0 SDK that came with Flex Builder into your newly downloaded 3.0.2 SDK. The relevant files that you need to copy are:
    For automated testing (all the swc files start with “automation”):
    • <sdk3.0.0dir>/frameworks/libs/automation*.swc
    • <sdk3.0.0dir>/frameworks/locale/en_US/automation*.swc

    For data visualization components:

    • <sdk3.0.0dir>/frameworks/libs/datavisualization.swc
    • <sdk3.0.0dir>/frameworks/locale/en_US/datavisualization_rb.swc
    • <sdk3.0.0dir>/frameworks/rsls/datavisualization_3.0.0.477.*
      Note: for uses of localized (Japanese) OS, create a new folder “ja_JP” under the new 3.0.2 SDK, at <sdk3.0.2dir>\frameworks\locale, and copy relevant swc files from <sdk3.0.0dir>/frameworks/locale/en_US. So you should have the following in your 3.0.2 SDK:
      • <sdk3.0.2dir>/frameworks/locale/ja_JP/automation*.swc (all the automation swc files)
      • <sdk3.0.2dir>/frameworks/locale/ja_JP/datavisualization_rb.swc

    For source:

    • <sdk3.0.0dir>/fbpro

更加具体的信息可以在Adobe官方文档中找到:

http://www.adobe.com/go/kb403919

Topics: Adobe其他 | Tags: , , ,

Search Posts

Archives

Sponsored Ads