Both of those are "*Since: *API Level 11; API Level 11" - HoneyComb or
later
Try changing your Minimum Android Target to 3.1 or later in the project
properties dialog
Stuart
On 30 May 2012 06:45, pdonovan wrote:
> I'm trying to implement a simple inline date picker using Mono for Android
> 4.
On May 30, 2012, at 2:51 AM, Narayan Sainaney wrote:
> Would appreciate any info on what might be wrong.
Part of the build output will be a obj\Debug\api.xml file. Can you attach that?
The code generator is crashing when attempting to translate some Java generics
constructs, probably in a type n
Thank you. I had my main project configured correctly, but had failed to
check the project that was actually trying to use the DatePicker. It had
Build -> General -> Target Framework still set to 2.1. Changing that to 3.1
made it compile. I still don't get any autocomplete for those properties
thou
I've noticed something kind of close where Intellisense doesn't seem to be
working correctly. Visual Studio actually thinks that parts of the
application are missing, it builds just fine but it will show you tons of
errors. When you debug it will say "Class Uknown" when in fact it does
exist, the
Same reference/Intellisense issues, it also affects the debugger and won't
let you analyze anything since it hints it doesn't exist. I submitted this
bug as a private bug since I took a screenshot of my source code, this is
probably the biggest show stopper ive encountered thus far in all Mono
Andr
I get autocomplete in vs2010, but only after shutting and reopening the
project
Stuart
On Thursday, 31 May 2012, pdonovan wrote:
> Thank you. I had my main project configured correctly, but had failed to
> check the project that was actually trying to use the DatePicker. It had
> Build -> Genera