I\'m trying to debug my application on a real device but I get this error:
ERROR/AndroidRuntime(981): Caused by: java.lang.IllegalArgumentException:
CursorAdapter always requires a _id column to be present. So, in the list of projections used for creating Cursor, you need to add _id column.
_id