Naju
Naju

Reputation: 1541

Unable to locate specified base class mx.core.WindowedApplication

While compiling mxml file ,I'm getting the following error.. Unable to locate specified base class mx.core.WindowedApplication

Its working for <mx:Apllication> But its not working for windowedApplication

Upvotes: 1

Views: 2535

Answers (1)

Naju
Naju

Reputation: 1541

Well, there’s nothing wrong with your Flex SDK / AIR installation it just your probably using: mxmlc when you should be using: amxmlc

The first command ‘mxmlc’ is to compile the MXML to SWF, whereas the second ‘amxmlc’ is to compile the MXML to the AIR App platform.

Hope this helps!

Upvotes: 2

Related Questions