I've tried the same HelloWorld example and got the same error. I'm using
Flash Builder and to fix it I had to add +configname=flex in two places:
1. Using Project->Properties,
2. Using Run->External Tools->External Tools Configurations...

The console output shows "+configname=flex" twice. If one of these is
missing the build fails.

FlashBuilder settings:
    -source-path+=E:\Users\Piotr\Documents\FlashWOW\HelloW/src
    -compiler.accessible=true

-output=E:\Users\Piotr\Documents\FlashWOW\HelloW/bin-release/HelloWorld.swf
    -library-path+=E:\Users\Piotr\Documents\FlashWOW\HelloW/libs
    +configname=flex
    -locale
    en_US
    -js-output-type=jsc
    +configname=js
    +configname=flex
    -debug=false
    -fb


On Fri, Oct 16, 2020 at 1:55 PM GitBox <[email protected]> wrote:

>
> vinitha11 commented on issue #920:
> URL:
> https://github.com/apache/royale-asjs/issues/920#issuecomment-710315533
>
>
>    No, we are facing issue while running HelloWorld example
>
>  
> \apache-royale-0.9.8-bin-js\royale-asjs\examples\mxroyale\HelloWorld\src\main\royale\HelloWorld.mxml(20):
> col: 1 Error: This tag could not be resolved to an ActionScript class. It
> will be ignored.
>
>    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
>    ^
>
>
> ----------------------------------------------------------------
> This is an automated message from the Apache Git Service.
> To respond to the message, please log on to GitHub and use the
> URL above to go to the specific comment.
>
> For queries about this service, please contact Infrastructure at:
> [email protected]
>
>
>

Reply via email to