【Android笔记-异常-2】Caused by: java.lang.ClassCastException: android.support.v7.widget.AppCompatButton c

Caused by: java.lang.ClassCastException: android.support.v7.widget.AppCompatButton cannot be cast to android.widget.LinearLayout.

元素之间转换的问题,可能原因:

1、公用了同一个id,但是元素类型不一样;

2id的标识没有生成形如public static final int btn_upload_avatar=0x7f0f00d2;”

 需要清理解决方案在重新生成解决方案。



你可能感兴趣的:(学习经验,移动开发,Android)