I just received a reply via email; the answer is:

It's not sufficient to set minSdkVersion to 2, one must also go to
project --> settings --> build target and select 1.1 there. That
doesn't really help though, because now the resource compiler breaks
on any imeOptions attributes, even though those are supposed to be
simply ignore by the 1.1 runtime...

In other words, to test your app on different Android versions, you
must set up two different code bases, even though it's not necessary
(because an APK built using 1.5 and having minSdkVersion 2 would also
run on 1.1, unless of course you use 1.5 specific APIs). Great.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to