Android Layout taking 40-50 secs to save and rebuild
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开发者_JS百科 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~
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.
精彩评论