I'm currently importing SDK projects into IntelliJ by using the import module option, which copies the FlashBuilder settings as they are.
There are a few loopholes to jump, but a few projects are now compiling well. I stumbled a bit with the spark project, because it seems to reference a manifest.xml file which does not exist in the 'spark' folder. I guess FlashBuilder just ignores it, but IntelliJ doesn't want to. I looked around in the folder structure, and found sdk\frameworks\spark-manifest.xml. Am I meant to rename it and use that one, or to simply remove the reference to any manifest file? Thanks, Mihai