用的android studio 。不添加CheckBox就没有问题。只要加上CheckBox就报错:
Caused by: android.view.InflateException: Binary XML file line #68: Error inflating class android.widget.CheckBox
只是单纯的添加以下代码:
<CheckBox
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:text="测试"/>
这是怎么回事儿?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
换下主题试试