On Mar 7, 2012, at 3:30 PM, Willem Meints wrote: > The big question is: Is this something I did wrong, or is Android 2.1 no > longer supported in Mono for Android 4.0.4?
Mono for Android 4.0.4 still supports Android 2.1, and you probably haven't done anything wrong, per-se. ;-) The default API level that Mono for Android projects target is API level 8, so if you haven't changed it in the Project Options dialog, then you will see that error when installing to a target running API level < 8. Check the TargetFrameworkVersion specified in your Project Options, and make sure that it's Android 2.1 or lower. Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
