Thursday, August 29, 2013

Android database java.lang.IllegalArgumentException: Invalid column ...

The column undoubtedly does exist in your database, but if you haven't added the column to a thing called the projection map, you'll get the "invalid column" error you're seeing.

So add the column being marked as missing into the projection map.

No comments:

Post a Comment