BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
256 stars 39 forks source link

Support to Flash Builder old SDKs were dropped? #740

Closed GonzalezAtWork closed 6 months ago

GonzalezAtWork commented 6 months ago

When I try to build an mxml project suing the 4.6 SDK for Flex / Flash Builder, I get this error:

Configuration options in asconfig.json require Apache Royale or FlexJS. Path to SDK is not valid: c:\Program Files (x86)\Adobe Flash Builder 4.6\sdks\4.6.0

can someone point me on the right direction?

Thanks!

joshtynjala commented 6 months ago

Support to Flash Builder old SDKs were dropped?

They will never be dropped, if I can help it!

Configuration options in asconfig.json require Apache Royale or FlexJS. Path to SDK is not valid: c:\Program Files (x86)\Adobe Flash Builder 4.6\sdks\4.6.0

This message is saying that you have some field or value in your asconfig.json that is available to Royale projects only, and it can't be used with Flex or other non-Royale SDKs.

Can you share the contents your asconfig.json file?