I currently have a project targeting ICS but I want to be able to use it on Gingerbread. I've changed the "Minimum Android to target" to 2.3 but now I get compile errors on things added in later API levels. I want to use the build codes to condition on that code and I have the following in my manifest:
<uses-sdk android:targetSdkVersion="14" android:minSdkVersion="9"/> I guess my question is: what's the best way to achieve my goal and what exactly does "Minimum Android to target option" do? Thanks, Jeremy
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
