为什么FDT在我发布时不启动ADL或显示任何内容?

时间:2012-09-27 14:34:36

标签: flash air fdt

当我启动一个简单的AIR项目时。 ADL无法启动/或者我没有看到任何内容:

Starting Full Build of Application.
Compiler arguments:
  -output 
    C:\Dev\FDT5\fdt_workspace\Application\bin\Application.swf
  -+configname=air +flexlib=
    C:\Dev\flex_sdk_4.6\frameworks
  --compiler.debug=false
  --debug-password=
  --compiler.source-path+=
    C:\Dev\FDT5\fdt_workspace\Application\src
  --compiler.library-path+=
    C:\Dev\flex_sdk_4.6\frameworks\libs\air\airglobal.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\textLayout.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\osmf.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\authoringsupport.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\core.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\air\aircore.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\air\applicationupdater.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\air\applicationupdater_ui.swc,
    C:\Dev\flex_sdk_4.6\frameworks\libs\air\servicemonitor.swc
  -static-link-runtime-shared-libraries=
    true
  -target-player=11.1
  -library-path+=
    C:\Dev\flex_sdk_4.6/frameworks/locale/en_US
  -default-size=550,400
  -- 
 C:\Dev\FDT5\fdt_workspace\Application\src\com\powerflasher\SampleApp\Application.as

INFO Loading configuration file C:\Dev\flex_sdk_4.6\frameworks\air-config.xml

Pure build time: 265 ms. 
Save compiler information in 6 ms. 
Clean compiler information in 0 ms. 
828 bytes written to file C:\Dev\FDT5\fdt_workspace\Application\bin\Application.swf
in 273 ms

Launching AIR Debug Launcher
C:\Dev\flex_sdk_4.6\bin\adl.exe
    -nodebug
    -profile
    desktop
    C:\Dev\FDT5\fdt_workspace\Application\bin\Application-app.xml
    C:\Dev\FDT5\fdt_workspace\Application\bin

我什么也没看到。

1 个答案:

答案 0 :(得分:2)

只要您的权限正确(您可以在Flex SDK中执行文件)并且ADL实际上已启动(通过使用操作系统的流程查看器进行检查),最可能的解决方案是<visible> description.xml中的属性未设置或设置为false。

将其更改为true:

<visible>true</visible>

更高版本的FDT将能够将其切换为GUI选项。