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
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
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
Hello group,
I have an Android Application and and Android Class Library. Both projects
are set to use a minimum Android target of 1.6. When the Application is set
to use target API Level <= 10, everything compiles and runs fine. When I
change the Application to use a target API level of 12, 14, o