Home > error creating > error creating air file 105 icon

Error Creating Air File 105 Icon

validation errors Error code Description Notes 100 Application descriptor cannot be parsed Check the application descriptor file for XML syntax errors such as unclosed tags. 101 Namespace is missing Add the missing namespace. 102 Invalid namespace Check the namespace spelling. 103 Unexpected element or attribute Remove offending elements and attributes. Custom values are not allowed in the descriptor file. Check the spelling of element and attribute names. Make sure that elements are placed within the correct parent element and that attributes are used with the correct elements. 104 Missing element or attribute Add the required element or attribute. 105 Element or attribute contains an invalid value Correct the offending value. 106 Illegal window attribute combination Some window settings, such as transparency = true and systemChrome = standard cannot be used together. Change one of the incompatible settings. 107 Window minimum size is larger than the window maximum size Change either the minimum or the maximum size setting. 108 Attribute already used in prior element 109 Duplicate element. Remove the duplicate element. 110 At least one element of the specified type is required. Add the missing element. 111 None of the profiles listed in the application descriptor support native extensions. Add a profile to the supportedProfies list that supports native extensions. 112 The AIR target doesn't support native extensions. Choose a target that supports native extensions. 113 and must be provided together. An initializer function must be specified for every native library in the native extension. 114 Found without . Do not specify a finalizer unless the platform uses a native library. 115 The default platform must not contain a native implementation. Do not specify a native library in the default platform element. 116 Browser invocation is not supported for this target. The

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up how to resolve the issue if application contains http://help.adobe.com/en_US/air/build/WSBE9908A0-8E3A-4329-8ABD-12F2A19AB5E9.html an invalid value in adobe flex mobile development? up vote 3 down vote favorite 2 i am new developer to work on adobe flex mobile development.I have try for SQLite in a sample application on Employee directory.I have implemented code for it then i have lunched the application in android simulator through eclipse then it has worked fine but when i lunch the same application in android http://stackoverflow.com/questions/8366312/how-to-resolve-the-issue-if-application-contains-an-invalid-value-in-adobe-flex real device then it is showing an error as follows: Error occurred while packaging the application: C:\Documents and Settings\prasad\Adobe Flash Builder 4.5\EmployeeDirectory\bin- debug\EmployeeDirectory-app.xml(219): error 105: application contains an invalid value C:\Documents and Settings\prasad\Adobe Flash Builder 4.5\EmployeeDirectory\bin-debug\EmployeeDirectory-app.xml(219): error 105: application contains an invalid value C:\Documents and Settings\prasad\Adobe Flash Builder 4.5\EmployeeDirectory\bin-debug\EmployeeDirectory-app.xml(246): error 105: application contains an invalid value so how can i resolve the above issue in android real device through adobe flex mobile development. The following code of EmployeeDirectory-app.xml EmployeeDirectory EmployeeDirectory EmployeeDirectory