2011-10-24 12 views

답변

3

src 폴더의 루트에는 응용 프로그램의 메타 정보를 정의하는 "-app.xml"로 끝나는 해당 xml 파일이 있습니다. name 속성을 업데이트하십시오 (파일 이름과 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

무엇/어디서 입니까? – jameslcs

+0

응용 프로그램과 동일한 경로에 있습니다. 프로젝트에는 "src"폴더가 있고 xml이 있습니다. app의 이름이 "main.as"인 경우 설명 파일은 "main-app.xml"이됩니다. 도움을 –

+0

감사 – jameslcs

관련 문제