Search code examples
apache-flexflash-builderswc

Unable to add SWC file to Flex Library Build Path in Flash Builder


I'm looking at Flash Builder for my next project. I'm following some tutorials, yet I keep getting stuck at the same part. The tutorials I am following tell me to add a SWC files (containing my art) and should be in a library project.

I can create the library project and use it as a reference in my application. However, when I try to add the SWC file to the "Flex Library Build Path" the OK button does nothing. The same happens if I try to add a SWC or SWC Folder.

I' m using Flash Builder 4.6 (trial version) if that makes any difference. Below is a screenshot of the window that I am talking about in case I'm not very clear.

Flash Builder Library Build Path


Solution

  • It has also happened to me. There is workaround - just place SWC into /libs directory of your project and perform clean. SWCs there will be loaded automatically.