Re: [android-developers] Android library projects in Eclipse

2011-02-18 Thread TreKing
On Fri, Feb 18, 2011 at 5:14 PM, Xavier Ducrohet wrote: > hmm I'm not seeing this at all. > > There was a problem a long time ago, if you had a broken project in your > workspace it could fail, but this has been fixed. > If you have any other unrelated projects in your workspace can you close > t

Re: [android-developers] Android library projects in Eclipse

2011-02-18 Thread Xavier Ducrohet
hmm I'm not seeing this at all. There was a problem a long time ago, if you had a broken project in your workspace it could fail, but this has been fixed. If you have any other unrelated projects in your workspace can you close them and see if that fixes it? On Fri, Feb 18, 2011 at 12:53 PM, TreK

Re: [android-developers] Android library projects in Eclipse

2011-02-18 Thread TreKing
On Fri, Feb 18, 2011 at 2:40 PM, Xavier Ducrohet wrote: > Did you follow the exact instructions at > http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject > While we're on the topic of the Library Project not working correctly, I did followed those exact instructions and

Re: [android-developers] Android library projects in Eclipse

2011-02-18 Thread Xavier Ducrohet
Android Library projects do work in eclipse, but the automatic setup is a bit fragile. >From the errors you have though it sounds like the setup isn't the problem. Did you follow the exact instructions at http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject If you can com

[android-developers] Android library projects in Eclipse

2011-02-18 Thread Bret Foreman
It looks as if Android library projects simply don't work in Eclipse. On my first try, I got everything to build but then got runtime errors from Verify Exceptions. Bad bytecodes in other words. So I reconstructed the main project and library projects from scratch. Half-way through that process,