除了堆大小更改之外,我们如何加速 Flash 构建器调试启动?
有没有任何配置或方法可以加快应用程序的调试或启动速度。我的机器配备 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
取消选中所有验证器..它将加快构建过程:)
uncheck all the validators.. it will speed up the build process :)
我还有一个优化。
可能您不依赖于设计模式。
这里有一个简单的技巧,您可以使用它来加速 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
您可以执行以下更多操作来改进 (IDE) Eclipse/Flex Builder
http://www.redcodelabs.com/2012/03/eclipse-speed-up-flashbuilder/
等...
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/
etc...