AIR launcher is generating wrong application element value.
<application xmlns="http://ns.adobe.com/air/application/2.0">
<id>Test</id>
<filename>Test</filename>
<name>Test</name>
<version>v1</version>
<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
<title>Test</title>
<systemChrome>standard</systemChrome>
<transparent>true</transparent>
<minimizable>true</minimizable>
<maximizable>true</maximizable>
<resizable>true</resizable>
<width>700</width>
<height>500</height>
</initialWindow>
<supportedProfiles>extendedDesktop desktop</supportedProfiles>
<icon>
<image16x16>assets/launchpad_default_icon16.png</image16x16>
<image32x32>assets/launchpad_default_icon32.png</image32x32>
<image48x48>assets/launchpad_default_icon48.png</image48x48>
<image128x128>assets/launchpad_default_icon128.png</image128x128>
</icon>
</application>
When I change it to 2.6 or 2.7 and run i get the following error.
Process terminated unexpectedly.
invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/2.7
Launch command details: "/Applications/Adobe Flash Builder 4.5/sdks/4.5.1/bin/adl" -runtime "/Applications/Adobe Flash Builder 4.5/sdks/4.5.1/runtimes/air/mac" /Users/jarjis/Downloads/testing/Test/bin-debug/Test-app.xml /Users/jarjis/Downloads/testing/Test/bin-debug
What am i doing wrong here ??
Thanks
Same problem as you can see at this screenshot:
But I went little further. I created an air project via Launchpad. I took this error. Then I created a new flex project with FlashBuilder and I copied my first (created by launchpad) project's .mxml into my new project and I test it. VOILA !!! It worked. But i think there some problems, there no back forward button at HTML Sample and Myy App Menu is empty maybe something else. I tested Drag & Drop images its working. So here is ss:
Can Somebody test this way ? And if this is a solution we can use. I'm not experienced with as3, air, flex and I think maybe this way will problematic for real world applications. Just can somebody confirm?
North America
Europe, Middle East and Africa
Asia Pacific