Re: [mono-android] Build Error on Target API Level > 10

2012-07-20 Thread Jonathan Pryor
On Jul 20, 2012, at 9:18 PM, Dan Fearing wrote: > I've managed to work around the problem by eliminating the class completely > (I made a generic class that wraps an ICursor instead of implementing it > myself) but I'm curious to know, if I did increase the level on my Library > project, would I

Re: [mono-android] Build Error on Target API Level > 10

2012-07-20 Thread Dan Fearing
Thank you for the reply, Jon. I've managed to work around the problem by eliminating the class completely (I made a generic class that wraps an ICursor instead of implementing it myself) but I'm curious to know, if I did increase the level on my Library project, would I still be able to deploy to

Re: [mono-android] Build Error on Target API Level > 10

2012-07-20 Thread Jonathan Pryor
On Jul 19, 2012, at 9:32 PM, DFX wrote: > When I change the Application to use a target API level of 12, 14, or 15, I > get a build error in the Application project. The error is: > Cursor is not abstract and does not override abstract method > getType(int) in android.database.Cursor. Is C