将 SWC 移动到 libs 文件夹会破坏项目

发布于 2024-08-29 18:38:50 字数 95 浏览 8 评论 0原文

我有一个 swc(degrafa),我一直在计算机上的另一个文件夹中外部引用它。当我尝试将 SWC 移至 libs 文件夹时,我无法再从应用程序访问 SWC。我缺少一个步骤吗?

I have a swc(degrafa) that I have been referencing externally in another folder on my computer. When I tried to move the swc to the libs folder I was no longer able to access the swc from my application. Is there a step im missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水晶透心 2024-09-05 18:38:50

您是否按照此处?

  1. 在 Flex Navigator 视图中选择项目后,选择 Project >属性> Flex 构建路径。
  2. 单击“库路径”选项卡,然后选择并展开 SWC 文件条目以显示 SWC 选项。
  3. 双击链接类型选项。将出现“库路径项目选项”对话框。
  4. 选择“合并到代码”选项,然后单击“确定”。

此过程相当于使用library-path编译器选项。

Did you updated your library path as described here?

  1. With a project selected in the Flex Navigator view, select Project > Properties > Flex Build Path.
  2. Click on the Library Path tab, and then select and expand the SWC file entry to display the SWC options.
  3. Double-click the Link Type option. The Library Path Items Options dialog box appears.
  4. Select the Merged into Code option, and click OK.

This procedure is the equivalent of using the library-path compiler option.

小情绪 2024-09-05 18:38:50

项目 libs 文件夹与项目树中的文件夹不同。这是因为我正在处理的项目是一个较大项目的一部分,并且项目属性引用了错误的文件夹。将 libs 文件夹更改为我想要使用的文件夹后,swc 被识别。

The project libs folder was not the same as the one in the project tree. This was due to the project i am working on being apart of a larger project and the project properties was referencing the wrong folder. After changing the libs folder to the one I wanted to use the swc was recognized.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文