android.support.v7.widget.AppCompatTextView cannot be cast to android.widget.RadioButton
(RadioButton)不能强制转换
这个原因是因为在Radiogroup中含有除了radiobutton以外的控件,如:Textiview
本文详细解析了在Android开发中,遇到的android.support.v7.widget.AppCompatTextView无法强制转换为android.widget.RadioButton的问题。主要原因是RadioGroup中包含了除RadioButton之外的其他控件,如TextView。文章提供了识别和修正此问题的方法。
android.support.v7.widget.AppCompatTextView cannot be cast to android.widget.RadioButton
(RadioButton)不能强制转换
这个原因是因为在Radiogroup中含有除了radiobutton以外的控件,如:Textiview
1万+
466
421
377

被折叠的 条评论
为什么被折叠?