[android-beginners] Re: Multiple SDK version HOWTO?

2009-10-07 Thread Justin Anderson
As far as I am aware the only way to do that is to either specify the minimum SDK version as 1.1 and only use features from that SDK (it should still run on 1.5 and 1.6) or to have separate apps with different packages, etc... Thanks, Justin

[android-beginners] Re: Multiple SDK version HOWTO?

2009-10-07 Thread Xavier Ducrohet
Starting with Android 1.5 SDK, the SDK isn't tied to a specific version of Android anymore. Instead the SDK is a combo of the following components: - The tools (DDMS, adb, etc..) - The documentation - One, or more, platforms, ie you could have 1.1, 1.5, and 1.6 in your SDK (and any platforms we