Here is the error that the Flex builder shows:
Unknown error generating output application.xml files. Check the Eclipse error log for more details. /Day View/src/view Unknown AIR application.xml Problem DayView-app.xml
and here is this xml file that is automatically generated by the Flex builder but gives an unknown erreor:
<id>DayView</id>
<filename>DayView</filename>
<name>DayView</name>
<version>v1</version>
<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
</initialWindow>
source
share