> That's what I do - bring up Project Properties every once in a while, > and set Android build target to 1.6 (or whatever may be needed).
But that doesn't really work, at least in my case. I conditionally use features from API Levels 4, all the way to 11. Setting the compiler to build against Level 4 would cause compiler errors, which it should. I think the only way is to run in the emulator against the lowest supported API and see if you get any VerifyErrors. -- 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

