Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Flash Builder 4 来显示依赖关系图。源代码位于此位置 -依赖关系图示例应用程序 我收到错误 -
在源路径中找到的文件必须具有与定义的包“flare.apps”相同的包结构“”。
我已经导入了 App.as 有人可以帮忙吗?
该文件/src/com/example/Foo.as应以类开头package com.example并定义Foo类。这是 Flash Builder 需要的常见 OO 设置。
/src/com/example/Foo.as
package com.example
Foo
在项目文件夹中重新创建flare/apps/App.as目录结构,/src一切就绪。
flare/apps/App.as
/src