我已从here下载了as3syndicationlib库,但我无法将其添加到我的项目中。我将文件夹拖到我的项目中> src文件夹,当我开始从它导入文件(com.adobe.xml.syndication.rss.RSS20)时似乎一切都很好,直到我点击保存。然后我开始得到错误说:
Multiple markers at this line:
-1084: Syntax error: expecting identifier before
import.
-The import RSS20 could not be found.
-adobe
-The import rss could not be found.
-The import syndication could not be found.
-The import xml could not be found.
-91 changed lines
之前我从未使用过Flash Builder / Flex / ActionScript3的外部库,因此我不知道该怎么做。我知道这可能很简单,但我是flash builder和flex的新手。
非常感谢任何帮助!
谢谢, 雅各布
修改
我得到了它的工作。我错误的是当我应该将xmlsyndication.swc
文件添加到我的项目时,我将源代码添加到我的项目中。
答案 0 :(得分:2)
您需要将其添加到lib文件夹而不是src ...如果您没有lib文件夹,只需创建一个。然后在Flash Builder中右键单击项目并点击属性,在左侧菜单中选择Library Path(或类似的东西),单击Add Folder按钮并输入lib。做一个干净的构建(构建菜单 - >清洁)。