I'm a NewBie with Royale-Apache, When I'm running "helloWorld" program.
But I don't know why error: "This tag could not be resolved to an ActionScript class. It will be ignored." away show when I run mxmlc src/hello.mxml
(I use @apache-royale/royale-js npm) in teminal.
My code here :
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="library://ns.apache.org/royale/mx">
<mx:initialView>
<mx:View>
<mx:Label text="Hello" />
</mx:View>
</mx:initialView>
</mx:Application>
My Folder :
- Where did I go wrong?
- What is mxmlns:mx/js/j/s tag at head?
Thank you so much!