除了堆大小更改之外,我们如何加速 Flash 构建器调试启动?

发布于 2024-12-07 11:47:54 字数 94 浏览 0 评论 0原文

有没有任何配置或方法可以加快应用程序的调试或启动速度。我的机器配备 4 GB RAM、核心 i-7 处理器。它仍然在 4 分钟内从 Flash Builder 启动应用程序。

Is there any configuration or method by which we can speedup debug or launch of application.. i have machine with 4 GB RAM, core i-7 processor. still it launches application from flash builder in 4 minutes.

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

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

发布评论

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

评论(3

想你的星星会说话 2024-12-14 11:47:54

取消选中所有验证器..它将加快构建过程:)

uncheck all the validators.. it will speed up the build process :)

一个人练习一个人 2024-12-14 11:47:54

我还有一个优化。

可能您不依赖于设计模式。
这里有一个简单的技巧,您可以使用它来加速 Flash Builder。

打开您正在使用的默认 sdk 文件夹。
(默认情况下,对于 Mac OS,它位于 /Applications/Adobe Flash Builder 4.5/sdks/{默认 sdk 4.5.0},与 Windows 类似(C:\Program Files\Adobe Flash Builder 4.5\sdks{默认 sdk 4.5.0} )

然后编辑名为 flex-sdk-description.xml 的文件

只需将版本标记的值更改为类似 4.10.0 :)
保存文件并重新启动 Flash Builder。

进行此更改后,构建器将不再使用设计视图。
“不支持设计视图 - SDK 版本不兼容”

如果您想再次使用它,只需输入正确的值,即 4.5.0(应与文件所在文件夹的名称相同)。

最好的,
埃米尔

I have another optimization.

Probably you don't depend on the design mode.
So here is a simple trick which you can use to speed up the Flash Builder.

Open the default sdk folder which you are using.
(By default it's located /Applications/Adobe Flash Builder 4.5/sdks/{the default sdk 4.5.0} for Mac OS similar for windows (C:\Program Files\Adobe Flash Builder 4.5\sdks{the default sdk 4.5.0})

Then edit the file with name flex-sdk-description.xml

Just change the value of the version tag to something like this 4.10.0 :)
Save the file and restart the Flash Builder.

After this change the builder will not use the design view.
"Design View not Supported - incompatible SDK version"

If you want to use it again just put the correct value i.e. 4.5.0 (Should be the same as the name of the folder in which is located the file).

Best,
Emil

勿忘初心 2024-12-14 11:47:54

您可以执行以下更多操作来改进 (IDE) Eclipse/Flex Builder

http://www.redcodelabs.com/2012/03/eclipse-speed-up-flashbuilder/

  • 修改eclipse.ini
  • 在内存上创建ram disk(虚拟磁盘),..
  • 禁用不需要的验证器

等...

Here are more things that you can do to improve your (IDE) Eclipse/ Flex Builder

http://www.redcodelabs.com/2012/03/eclipse-speed-up-flashbuilder/

  • Modify eclipse.ini
  • Create a ram disk(virtual disk) on memory,..
  • Disable unneeded validators

etc...

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