AIR Launch Failed

今天用Debug調試AIR Application,錯誤以下:
Process terminated without establishing connection to debugger.
Command:
"C:\Program Files\Adobe\Flex Builder 3\sdks\3.2\bin\adl.exe" C:\Workspace\AS3XLS\bin-debug\AS3XLS-app.xml C:\Workspace\AS3XLS\bin-debug
Output from command:
invalid application descriptor: descriptor version does not match runtime version
Goole了一把,現將修改方法共享以下:
一、看一下ApplicationName-app.xml中的根結點
<application xmlns= "http://ns.adobe.com/air/application/1.0.M6">
其中的1.0.M6即是adl的版本。
二、找到Flex SDK中的bin目錄下的adl.exe,右鍵「屬性」,選中「版本」選項卡。
三、若是出現以上錯誤,能夠修改app描述文件中的adl版本。
相關文章
相關標籤/搜索