java.lang.ClassCastException: android.widget.LinearLayout cannot be cast to android.widget.TextView

在写自定义ListView侧滑删除时报了这样的一个错误,将布局文件中的组件移动之后就报 java.lang.ClassCastException: android.widget.LinearLayout cannot be cast to android.widget.TextView这个错了。

解决方案:

将项目clean下就好了,亲试过,如下图:

java.lang.ClassCastException: android.widget.LinearLayout cannot be cast to android.widget.TextView