swc“D:\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\frameworks\libs\framework.swc”具有默认样式并且在 library-path 中,表示依赖项将不带有样式进行链接。这可能会导致使用输出 swc 的应用程序出现外观丢失的现象。swc 应该放置在 external-library-path 中。
看看网上解决办法。。
问题:
解决方案:
This happens when a added swc has link selection ‘merged into code’. It should be default external.
Since both the libraries have style defaults.css files, the compiler overrides the added swc’s defaults.css
Remedy : Go to build path, and select the conflicting swc, open the node, go to link type, and select edit, and then select ‘external’
save, clean build !