We are upgrading our application to add 2.0 support. I have read
http://developer.android.com/guide/appendix/api-levels.html and the
older blog post 
http://android-developers.blogspot.com/2009/04/backward-compatibility-for-android.html.
I want to avoid using reflection if possible.

I have found that if I set my minSdkVersion="3" in the application
manifest but in my build path in eclipse point to the Adroid 2.0 jar
file I can compile with direct calls to 2.0 code (with the relevant
code to ensure they are not invoked on <2.0 devices).

My question is will people with pre 2.0 devices be able to see the
application in the market place in this case? What are other people
using for multi-targeting different API levels with the same package?

Thanks,
Nic

-- 
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

Reply via email to