I want my Android app to have maximum reach, and hence want to support all versions V1.5 onwards. I find some features lacking in V1.5 that are available in V2.0 or V2.1. Could I compile on V2.1, and then set minSDK for the app to run on 1.5?
Plain logic says 2.1 specific features would not work, but let me know your thoughts.
Also, what are some other workarounds? What would "you" normally do in such a situation?