I’ve seen quite a few posts about opening Flash Builder project files in IntelliJ but I haven’t found any questions about going the other way.
Does anyone know if its feasible to open IntelliJ Flex projects inside of Flash Builder? Is there any kind of solution around that would allow for this workflow?
You’re out of luck: FlashBuilder can not import IntelliJ projects.
The only thing you can do, is creating a new project in FlashBuilder and point its
Project locationfolder to the IntelliJ project folder.Linking dependencies and setting source paths will have to be done manually. The main source folder of a FlashBuilder project is
/srcby default. So make sure to adjust that too if it was something likesrc/main/flexin your IntelliJ project.