AIR Process terminated without establishing connection to debugger.
问题:
Process terminated without establishing connection to debugger.
Command:
"f:Program FilesAdobeFlex Builder 3 Plug-insdks3.2.0binadl.exe"
"E:My documentsFlexProjectmap Editorbin-debugMapEditor-app.xml"
"E:My documentsFlexProjectmap Editorbin-debug"
Output from command:
invalid application descriptior: descriptor version does not match runtime version
解决方法:
修改air-app.xml配置文件。
将Application修改为下面的一行, 重新编译,ok解决了。
<application xmlns="http://ns.adobe.com/air/application/1.5">
温馨提示 ;-)
flex sdk 3.0.0的改成 1.0
flex sdk 3.2 的改成 1.5