As far, as I understand, somewhere in my computer i have old manifest, that is trying to save project as file of "schema", but flash use "ns.adobe"... & they "argue" with each other. In the "Temp" folder I can find AndroidManifest.xml, where is wrote "schema" & in the root folder of my project i find "yourflaname-app.xml", where is wrote "ns.adobe" & I don't know how to change it.
AndroidManifest.xml:
<?xml version="1.0" encoding="utf-8" ?>
</intent-filter>
</activity>
</application>
</manifest>
"yourflaname-app.xml":
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<application xmlns="http://ns.adobe.com/air/application/3.4">
<id>noName</id>
<versionNumber>1.0.0</versionNumber>
<versionLabel/>
<filename>Безымянный-1</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>Безымянный-1</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>Безымянный-1.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>false</fullScreen>
<aspectRatio>portrait</aspectRatio>
<renderMode>cpu</renderMode>
<autoOrients>false</autoOrients></initialWindow>
<icon/>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<android>
<manifestAdditions>
<![CDATA[<manifest>
</manifest>]]>
</manifestAdditions>
</android>
</application>
They are different.