[android-developers] Re: Error when adding a library project

2010-08-27 Thread Bret Foreman
I should also note that removing the library does not make the project build. In fact all the R resources are shown as unresolved. It appears that adding the new library breaks the R builder. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Error when adding a library project

2010-08-27 Thread Günther
Hi Bret, do you have the latest SDK revisions? As far as I remember I got the same error before updating to the most recent revisions... Cheers, Günther On 27 Aug., 18:02, Bret Foreman bret.fore...@gmail.com wrote: I should also note that removing the library does not make the project build.

Re: [android-developers] Re: Error when adding a library project

2010-08-27 Thread Xavier Ducrohet
That is correct, you need a newer version of aapt. See the compatible platforms: http://developer.android.com/guide/developing/eclipse-adt.html#libraryReqts On Fri, Aug 27, 2010 at 12:00 PM, Günther gru...@googlemail.com wrote: Hi Bret, do you have the latest SDK revisions? As far as I