hi, when compiling I get this error:
Unexpected or unknown element or attribute in the application descriptor file.
/Users/admin18/Desktop/distriboid/android/distriboid-app.xml(4): error 103: application.version is an unexpected element/attribute
application.version is an unexpected element/attribute
any ideas?
thanx a lot
alfonsofonso
ok the error is the above error and the xml is
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/2.5">
<id>com.thwebco.heyy</id>
<versionNumber>1.0.0</versionNumber>
<filename>things</filename>
<description></description>
<!-- To localize the description, use the following format for the description element.
<description>
<text xml:lang="en">English App description goes here</text>
<text xml:lang="fr">French App description goes here</text>
<text xml:lang="ja">Japanese App description goes here</text>
</description>
-->
<name>things</name>
<!-- To localize the name, use the following format for the name element.
<name>
<text xml:lang="en">English App name goes here</text>
<text xml:lang="fr">French App name goes here</text>
<text xml:lang="ja">Japanese App name goes here</text>
</name>
-->
<copyright></copyright>
<initialWindow>
<content>things.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>false</fullScreen>
<autoOrients>false</autoOrients>
<aspectRatio>portrait</aspectRatio>
<renderMode>auto</renderMode>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
</initialWindow>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<icon></icon>
<version>1.0.0</version>
<versionNumber>1.0.0</versionNumber>
</application>
North America
Europe, Middle East and Africa
Asia Pacific