Android 布局需要 40-50 秒才能保存和重建

发布于 2024-11-19 02:26:51 字数 205 浏览 2 评论 0原文

在 Helios 上保存和重建布局需要 40-50 秒。每次保存布局都需要相当长的时间才能保存。这是因为它重新绘制并重建所有资源。显然这个问题只出现在 Windows 机器上。 我已经尝试过以下操作 -

删除自动构建 SDK路径与工作空间相同 将 .png 更改为 .PNG (这对某些人有效,但对我无效)。

任何解决方案都将受到高度重视。

谢谢~

Layout taking 40-50 secs to save and rebuild on Helios.Every time I save the layout/s it takes quite a while to save. This is because it redraws and Rebuilds all the Resources. Apperently this issue is on windows machine only.
I have already tried the following-

Remove Build Automatically
SDK Path same as work space
Change .png to .PNG (This worked for some people but not me).

Any solution will be much appriciated.

Gracias~

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

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

发布评论

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

评论(1

楠木可依 2024-11-26 02:26:51

您使用的是 ADT 12 吗?如果是这样,您可以在保存期间关闭后编译器,以便将其推迟到导出/部署。

更多详情:
http://tools.android.com/recent/finercontroloveradtbuildprocess

我们正在做更多的工作在这一领域(例如增量资源编译)有望为 ADT 13 做好准备。

Are you using ADT 12? If so, you can turn off the post compiler during saves such that it is deferred until export/deploy.

More details:
http://tools.android.com/recent/finercontroloveradtbuildprocess

We're doing a lot more work in this area (such as incremental resource compilation) which will hopefully be ready for ADT 13.

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