I ran into this recently as well.

Set your "minimum SDK level" to whatever you want to build against.  That
sounds like API level 15 in your case.  In your manifest, add <uses-sdk
android:minSdkVersion="4" /> (I believe 4 is Android 1.6).

At runtime, you will need to insure code referencing .Home is not executed
if the API level is less than 11.

Darren

On Fri, Aug 3, 2012 at 3:52 AM, DFX <dan.fear...@gmail.com> wrote:

> I have a project that is targeting Android API Level 15, with a minimum SDK
> of Android 1.6. I'm trying to access Android.Resource.Id.Home, but it's
> missing. I've tried using global::, so it's definitely the correct
> resource.
> I'm wondering, is it not present because of my target/minimum level? I know
> it was added in API level 11.
>
> Thanks!
>
>
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/Android-Resource-Id-Home-Missing-tp5711148.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to