Hi I'm a novice android app developer and am trying to publish an apk file to test on my HTC desire phone. I have gone through all of the publish settings and can't see that I've done anything wrong. However, I keep getting the following errors. Has anyone seen this before? If so how do I fix it and publish my .apk file.
An attribute or element contains an invalid value in the application descriptor file.
error 105: application.id contains an invalid value
application.id
thanks
Ok maybe this will help a bit. This is the contents of the XML file created when I publish from Flash CS5. I can't see any errors but then again I'm not sure what exactly I'm looking at.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/2.5">
<id>le_can_count_2</id>
<versionNumber>1.0.0</versionNumber>
<filename>le_can_count_2</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>le_can_count_2</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>le_can_count_2.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<autoOrients>true</autoOrients>
<aspectRatio>portrait</aspectRatio>
<renderMode>cpu</renderMode>
</initialWindow>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<icon>
<image36x36>36x36.png</image36x36>
<image48x48>48x48.png</image48x48>
<image72x72>72x72.png</image72x72>
</icon>
<android>
<!-- <manifestAdditions><![CDATA[<manifest></manifest>]]></manifestAdditions> -->
<manifestAdditions><![CDATA[<manifest>
<uses-permission android:name="android.permission.INTERNET"/></manifest>
]]></manifestAdditions></android>
<versionLabel></versionLabel>
</application>