Android 布局需要 40-50 秒才能保存和重建
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是 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.