[android-developers] Re: android 1.5 and 1.6 versions of SDK sitting side by side...

2009-09-28 Thread Xavier Ducrohet
You have most of it. the --target value that you project to 'android create project' or 'android update project' will define what APIs you compile against. If you want to use APIs from 1.6 you need to update your project with the 1.6 target. (The new SDK, starting with 1.5, can contains multiple

[android-developers] Re: android 1.5 and 1.6 versions of SDK sitting side by side...

2009-09-28 Thread sdphil
okay, so I have 1.5 and 1.6 co-existing on my dev boxes / build machine. I change my manifest to still say: I'm not sure what happens when I need to use a 1.6 feature. The build script still uses android --target 2 So that it can support 1.5. I guess what I'm doing then i

[android-developers] Re: android 1.5 and 1.6 versions of SDK sitting side by side...

2009-09-28 Thread Mike Collins
I have 1.1, 1.5 and 1.6 all peacefully coexisting on my dev boxes. Follow the directions. mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: android 1.5 and 1.6 versions of SDK sitting side by side...

2009-09-28 Thread sdphil
have not heard anything about this, anyone? anyone? On Sep 25, 9:27 am, sdphil wrote: > i read the migration notes for 1.6 and I could not tell if 1.5 and 1.6 > can co-existsidebyside. > > i need to build applications for both 1.5 and 1.6, and i only have one > build machine. > > other than cha