I just submitted an issue for this so that the market can support multiple versions of an app in order to support multiple SDK versions. If you agree that this is a better solution, please vote for it:
http://code.google.com/p/android/issues/detail?id=4851 On Nov 16, 11:13 pm, jeffro <[email protected]> wrote: > Thanks for posting that. Man, that's ugly. The best solution would > be for Android Market to support multiple app version rather than > having the dev add all this extra inefficient code. > > On Nov 16, 10:19 pm, siuying <[email protected]> wrote: > > > > > You may use minSdkVersion=3, and within the code, use reflection or > > other means to determine the capabilities of the device, and use only > > supported API on the device. Check the android blog related post > > (http://android-developers.blogspot.com/2009/04/backward-compatibility- > > for-android.html) for details. > > > This mean extra works, and it seems the only way to go. -- 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

