On Sep 9, 2011, at 9:11 PM, Andrew Russell wrote: > Can anyone provide information on or examples of how to target multiple > API levels using Mono for Android? (Is it possible?) > > For example: I'd like to maintain compatibility with 1.6, while using > some 2.2 APIs if they are available.
Set the TargetFrameworkVersion to v1.6, then use Android.Runtime.JNIEnv to invoke the types and members that are added after v1.6. Not the greatest way to go, but it should work. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
