On Apr 18, 2012, at 6:11 PM, craig wrote:
> I would like to compile the project using API level 12 (3.1) but still want 
> to be able to deploy to API level 4 (1.6).

Question: For what purpose?

Do you want to use methods that were added in API level 12? Or do you want to 
use an Android library that requires API level 12 (e.g. AdMob)?

The sanity of what you want to do depends upon which of those two you're after.

If you want to use methods added in API level 12, then you'll run into "the 
MotionEvent problem" and things won't work until Mono for Android 4.1.1:

        http://lists.ximian.com/pipermail/monodroid/2011-November/007350.html
        https://bugzilla.xamarin.com/show_bug.cgi?id=4416

If you just want to use e.g. Admob, then you need to set your 
TargetFrameworkVersion to your minimum API target, then set your target API 
level to 13.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to