This is my sample code:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" paddingBottom="0"
paddingLeft="0" paddingRight="0" paddingTop="0"/>
I am getting below error:
Can't resolve 'WindowedApplication'. Found at line 2 column 4.
I am using FDT 5 with flex_sdk_4.6 set up.
Can any one please help.
You're missing the Flex Framework on your classpath.
You need a Project Type that includes the Flex Framework. You probably forgot to check the button 'Use Flex Framework' (pic below).
Right click your project and go to Flash Project>Set Project Type:
Choose Air Flex: