我的xml:
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/3.1">
<id>samples.flex.HelloWorld</id>
<version>1</version>
<filename>HelloWorld</filename>
<initialWindow>
<content>HelloWorld.swf</content>
<visible>true</visible>
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<width>400</width>
<height>200</height>
</initialWindow>
</application>
我用:
adl HelloWorld-app.xml
我收到一个错误
Invalid application descriptor: Version number must have a non-empyy value
我做错了什么?
我正在使用 flex 4.6