For backword compatibility, you can download the support library and make your code workable.
add support library
Right click on your project -> Android Tools -> add a support library.
then again
Right click on your project -> Android Tools -> fix project properties.
and then clean your project build. After that, you can import the SimpleCursorAdapter class into your application.hope, this will help.
source share