The link you referenced shows which version of the 1.6 SDK component supports library projects (http://developer.android.com/guide/developing/eclipse-adt.html#libraryReqts).
I'm guessing you have an older version. rev 3 (for 1.6) is needed. Use the SDK updater to get an update to the 1.6 SDK component. (see http://developer.android.com/sdk/adding-components.html for more info) Xav On Fri, Oct 1, 2010 at 12:28 AM, MobDev <[email protected]> wrote: > Hi, > I have been trying to work with a Library Project, just like it's > mentioned in the documentation : > http://developer.android.com/guide/developing/eclipse-adt.html > > I have created my Library Project as a Android 1.6 Project and now I > have been trying to reference to it out of my second project (also an > Android 1.6 project) and I am getting the following error : > "Target 'Android 1.6' does not support building project with > libraries." > > The documentation states that supported platfroms are the 1.5 onwards > (with exception for the 2.0 & 2.0.1) and that the second project > should have the same platform or higher (in my case the same)... > > So any idea what's ahppening here ? And most importantly : any idea > how to solve this ? > Thx in advance ! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

