I try all this day to resolve this error. I don\'t understand why my logcat prints:
05-06 21:45:59.559: ERROR/ConversationList(9023): We have chats... 05-06 21:45:
The constructor you are using is for strictly a CheckedTextView. The problem arises due to you also providing a linear layout in your xml file. The most simple solution is to remove the linear layout and keep only the CheckedTextView. Cheers!