Sunday, February 20, 2011

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

I have the same problem too, but only in Windows. In Linux it is fast
enought, but in Windows it us extremly slow. When I change resources I
have to wait long minutes to continue the work.

Same computer, same eclipse/sdk version, same project. The difference
is only in OS and waiting time.

On Feb 20, 2:11 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> 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