To target both 1.5 and 2.1, you don't have to change the target to 3
(unless you are doing something with 2.1 apis that can't be achieved
using reflection or something when running on 1.5). Instead, use the
following in your manifest:
<uses-sdk android:minSdkVersion="3"     android:targetSdkVersion="7" />

and then build using the 2.1 sdk and test the app on a 1.5 emulator/
device.

Although I can't find the documentation for this, I'm pretty sure this
is the recommended procedure when you want to target multiple platform
versions.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to