Sunday, February 20, 2011

Re: [android-developers] Saving layout file is very slow with Eclipse / ADT

Something is wrong with your build environment.

Saving one file (after a sufficient delay) does kick off an automatic
build - but as there shouldn't be a ongoing build at that time yet, you
should not get the dialog you're describing.

Now, if you save two layout / resource files quickly one after another,
then yes, the second one will wait for the automatic build triggered by
the first one to complete, and you will get the dialog.

Try to disable automatic builds, clean the project, including deleting
everything in your project's "bin" folder, then re-enable it back, see
if that fixes things.

-- Kostya

20.02.2011 2:08, Tom пишет:
> No it happen even with one single layout file.
>
> --Tom
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en


--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment