I develop an app that has the minimum sdk set to: android:minSdkVersion="4" and does not require any special features specific to any particular sdk above 1.6. I simply want this app to work on as many devices as possible.
Which sdk should I be compiling against? Should I always choose the latest version? Which sdk should I set as the 'android:targetSdkVersion' ? Should it always be the one I am compiling against? Thanks for any advice you can give. -- 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

