Another solution is to setup ant build and build manually.

run this command on your project's base directory:
android update project --path .

it will create ant build.xml script

to build, run:
ant release



On Sun, Feb 20, 2011 at 10:26 AM, Zsolt Vasvari <zvasv...@gmail.com> wrote:
> How many resource XML files do you have in your project?  I have close
> to a hundred.  I can turn on verbose mode for compliling and the
> resource compilation step is always hanging on the same file until I
> add another one, then it hangs on the next one.  So it's not that one
> particular file is bad, but that it runs into some limitation (# of
> files, total size, whatever) that causes it to hang up for a long
> time.
>
>
>
> On Feb 20, 10:08 pm, b_t <bartata...@gmail.com> wrote:
>> 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+unsubscr...@googlegroups.com
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/android-developers?hl=en
>>
>> > --
>> > Kostya Vasilyev --http://kmansoft.wordpress.com- Hide quoted text -
>>
>> - Show quoted text -
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to