Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-22 Thread drpettitt
Jonathan, With respect to the Support4 project you pointed me at; I am getting the following exception at line 153 of the LoaderCursorSupport class file: "The type of namespace 'CursorLoader' does not exist in the namespace Android.Support.V4.App (are you missing an assemble reference?)" Code li

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
Jonathan, Which version of the Mono.Android.dll should I be using in the Support4 project? I am getting a whole lot of “'Fragment' is an ambiguous reference between 'Android.App.Fragment' and 'Android.Support.V4.App.Fragment'” errors. Thanks -- View this message in context: http://mono-for

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
titt From: topgenorth [via Mono for Android] [mailto:ml-node+s1047100n5656786...@n5.nabble.com] Sent: Saturday, April 21, 2012 2:33 PM To: drpettitt Subject: Re: Using the New Compatibility Packages and TabActivity Deprication You didn't mention this, so thought I would ask- d

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
: drpettitt Subject: Re: Using the New Compatibility Packages and TabActivity Deprication You didn't mention this, so thought I would ask- did you also add a reference to the Mono.Compatibility.v4.dll assembly as well? On Sat, Apr 21, 2012 at 12:48, drpettitt <[hidden email

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2012-04-21 Thread drpettitt
Jonathan, I'm having the same problems. I've added the file "android-support-v4.jar" file to a "SupportLib" directory in my Project. I've tried setting the Build Action to both "AndroidJavaLibrary" and AndroidJavaSource" and rebuilding the whole solution and is still not available in my axml.