Hi, Also noticed the air-config.xml path for air has changed.
<external-library-path> - <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element> + <path-element>libs/air/airglobal.swc</path-element> </external-library-path> There is a similar issue with air-mobileconfig.xml And also flex-config.xml. <external-library-path> - <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element> + <path-element>libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element> </external-library-path> Any reason for these changes? Thanks, Justin