将更新的 Flex SDK 添加到 Flex Builder 3 - 如何?
我有一个 Flex Builder 3.0.2。它随 Flex SDK 2.0.1 和 3.2 一起提供。我想添加新的 Flex SDK 3.5。我遵循了文档: http://livedocs .adobe.com/flex/3/html/help.html?content=build_6.html#162812: - 提取SDK 3.5 - 添加到我的 SDK 列表中 - 设置为默认值 - 重新启动 Flex Builder - 干净的项目
但它不起作用。文档中有许多功能我仍然无法使用(但应该可以在 SDK 3.5 中使用)。如何使用SDK 3.5?
提前致谢, 彼得
I have a Flex Builder 3.0.2. It was shipped with Flex SDK 2.0.1 and 3.2. I would like to add the new Flex SDK 3.5. I followed the documentation: http://livedocs.adobe.com/flex/3/html/help.html?content=build_6.html#162812:
- extracted SDK 3.5
- added into my SDK list
- set to default
- restart Flex Builder
- clean project
But it's just not working. There are many functions from the documentation I can't use still (but should be available with SDK 3.5). How can I use SDK 3.5?
Thanks in advance,
Peter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在项目属性下检查 -> Flex 编译器,您不是针对特定 SDK 进行编译,而是针对您设置的默认 SDK 进行编译。
此外,您可能需要以 Flash Player 10 为目标,在这种情况下,您可能需要查看 如何做到这一点。
Check under project properties -> Flex Compiler, that you're not compiling against a specific SDK, instead of the default one you've set.
Also you might need to target Flash Player 10, in which case you might want to look at how to do that.