Did you download the AIR SDK for Flex users or the main one from the “Download Now” button? You need the one for Flex users and even then, I don’t know if this suggestion will work with recent AIR SDKs.
HTH, -Alex From: Paul Stearns <pa...@compuace.com> Reply-To: "pa...@compuace.com" <pa...@compuace.com> Date: Thursday, June 25, 2020 at 3:03 PM To: Alex Harui <aha...@adobe.com>, "users@flex.apache.org" <users@flex.apache.org> Subject: Re: AIR Versions I am running FlashBuilder 4.6. I created a folder C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.16.1 I copied in the 4.16 Flex SDK I then copied the AIR compiler v32 on top of that (overwriting files as needed). This is what I found as the proper way to do the upgrade from - https://www.andygup.net/how-to-upgrade-your-air-sdk-in-flashbuilder-4-6/<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.andygup.net%2Fhow-to-upgrade-your-air-sdk-in-flashbuilder-4-6%2F&data=02%7C01%7Caharui%40adobe.com%7C9a0f6d04716a4bd121a408d81953a800%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637287194388375687&sdata=Pq%2BuBXJHKK88%2BWKSNUXCb2sooBJiO2uoMTj04w4qeGo%3D&reserved=0> Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 ________________________________ From: Alex Harui <aha...@adobe.com> Sent: 6/25/20 5:58 PM To: "users@flex.apache.org" <users@flex.apache.org>, "pa...@compuace.com" <pa...@compuace.com> Subject: Re: AIR Versions Depending on how you upgraded, you could have overwritten the default Flex configs with the default AIR configs and that could cause these symptoms. Flex has an air-config.xml with different library-path than standard AIR SDK. IMO, re-installing with the right AIR version has been used more than other options. IIRC, there is a script to use to upgrade as well. HTH, -Alex On 6/25/20, 2:52 PM, "Paul Stearns" <pa...@compuace.com.INVALID> wrote: The actual error I am getting is; Could not resolve <mx:HBox> to a component implementation. Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 ---------------------------------------- From: "Paul Stearns" <pa...@compuace.com.INVALID> Sent: 6/25/20 5:50 PM To: <users@flex.apache.org>, <users@flex.apache.org> Subject: Re: AIR Versions Paulus: Here is my application tag; <mx:WindowedApplication layout="absolute" xmlns:fx="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fns.adobe.com%2Fmxml%2F2009&data=02%7C01%7Caharui%40adobe.com%7C6620518e86704f4c3a8208d819521917%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637287187691093154&sdata=Bf9FWbbfxZQNEmOX%2BAroUCCz5xC4bVadTwiqtwbq1UY%3D&reserved=0" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:ext="Classes.panel.*" creationComplete="initApp();" xmlns:utils="Classes.Components.utils.*" pageTitle="ACETAS" xmlns:vti="Classes.Input.*" modalTransparency=".2" modalTransparencyBlur="2" width="1280" height="720" scriptTimeLimit="60"> Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 ---------------------------------------- From: "Paulus de B." <w.p.stuur...@knollenstein.com> Sent: 6/25/20 5:48 PM To: users@flex.apache.org Subject: Re: AIR Versions Hi Paul, MX components should normally not be a problem. Are you sure you have the mx namespace defined? Like this e.g. in a spark VGroup that uses mx components (the xmlns:mx part): <?xml version="1.0" encoding="utf-8"?> <s:VGroup xmlns:fx="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fns.adobe.com%2Fmxml%2F2009&data=02%7C01%7Caharui%40adobe.com%7C6620518e86704f4c3a8208d819521917%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637287187691093154&sdata=Bf9FWbbfxZQNEmOX%2BAroUCCz5xC4bVadTwiqtwbq1UY%3D&reserved=0" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" Cheers Paulus -- Sent from: https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C6620518e86704f4c3a8208d819521917%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637287187691103148&sdata=GuB%2FHKuLBHlLPA6KLE6YqL%2FaMS4odhvLhRl8tN%2FpSPg%3D&reserved=0<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9a0f6d04716a4bd121a408d81953a800%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637287194388375687&sdata=fE%2Fm3Jp9eAgJ9aHQrYd61gn45Jh7%2BBfti5xDYTrCeV0%3D&reserved=0>