Intellij IDEA - Actionscript 项目 - 添加外部库源路径
我创建了一个指向源文件夹的模块库,其中包含我所有的 .as 文件包,如 TweenMax、BulkLoader 等
。模块>选择或添加模块>添加内容根目录
但是当我编译时,它没有检测到那些模块库文件并抛出错误。
I have created a Module Library pointing to source folder, which contains all my packages of .as files like TweenMax, BulkLoader etc.
Project Settings > Modules > Select or Add Module > Add Content Root
But When I compiled, It doesn't detect those Module Library files and throws errors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过选择(源、测试源)的“源”选项来修复。项目设置>模块>选择或添加模块>添加内容根目录>选择“来源”
Fixed by selecting "Sources" option of (Sources, Test Sources). Project Settings > Modules > Select or Add Module > Add Content Root > Select "Sources"