私の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
私は何を間違っていますか?
私はフレックス4.6を使用しています