Yes you can only make a 1.6 project if you have the SDK component for API 4 (==1.6). However we do update those components sometimes and we did update them to add support for library projects. Looks like you have an older version of the 1.6 component (2.2 was released at the same time as the feature so it supports it in rev1).
Follow the link I've given you to update your 1.6 SDK component. On Sun, Oct 3, 2010 at 11:25 PM, MobDev <[email protected]> wrote: > Actually, as I mentioned in my post, it's already a 1.6 project... I > can only make a 1.6 project if I have the SDK that supports it rigth ? > Actually my SDK has been updated up to 2.2 > Anyhow, after changing the Project Library (and the project using the > library) to a 2.2 project it started working out of the blue... > > > On 2 okt, 19:58, Xavier Ducrohet <[email protected]> wrote: >> 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#librar...). >> >> 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. >> (seehttp://developer.android.com/sdk/adding-components.htmlfor 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 > -- 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

