2011-10-24 12 views

答えて

3

srcフォルダのルートには、アプリケーションのメタ情報を定義する "-app.xml"で終わるアプリケーションの名前に対応するxmlファイルがあります。 nameプロパティを更新します(また、filenameとidも必ず確認してください)。

<application xmlns="http://ns.adobe.com/air/application/2.6"> 

<!-- Adobe AIR Application Descriptor File Template. --> 

    <!-- A universally unique application identifier. --> 
    <id>com.myDomain.myName</id> 

    <!-- Used as the filename for the application. Required. --> 
    <filename>myFilename</filename> 

    <!-- The name that is displayed in the AIR application installer. 
    May have multiple values for each language. See samples or xsd schema file. Optional. --> 
    <name>myName</name> 
+0

what/whereはですか? – jameslcs

+0

アプリケーションと同じパスにあります。あなたのプロジェクトには、 "src"フォルダがあり、xmlがそこにあります。 appの名前が "main.as"の場合、説明ファイルは "main-app.xml"になります。助けを –

+0

感謝 – jameslcs

関連する問題