07-22-2012 01:31 PM
1.
<?xml version="1.1" encoding="UTF-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/3.2">
<id>com.mydomain.engaccelsndbrd</id>
<versionNumber>1.1</versionNumber>
<versionLabel/>
<filename>engaccelsndbrd</filename>
<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>engaccelsndbrd.swf</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/>
<initialWindow>
<content>engaccelsndbrd.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>false</fullScreen>
<renderMode>auto</renderMode>
<autoOrients>true</autoOrients></initialWindow>
<icon/>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocat
<android>
<manifestAdditions>
<![CDATA[<manifest>
</manifest>]]>
</manifestAdditions>
</android>
<supportedLanguages>en</supportedLanguages>
</application>
2.
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<qnx>
<initialWindow>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
</initialWindow>
<author>Adam Leaf</author>
<icon>
<image>Spedometer 150x150</image>
</icon>
</qnx>
It would only accept this code. I don't know what to do.
07-23-2012 07:10 AM
May be it happens if the SDK version is higher than installed version in your Dev alpha.
Cross check it , if is it so, you need to degrade your SDK Version.