报错android.view.InflateException: Binary XML file line #11: Attempt to invoke virtual method 'boolean

出现这种问题,打开Android monitor的调试信息发现是 android.view.InflateException: Binary XML file line #11: Attempt to invoke virtual method 'boolean。。。

    后经过查找,发现:

<view
        android:layout_width="1dp"
        android:layout_height="match_parent"
        android:layout_alignParentLeft="true"
        android:background="#000"/>
这里View应该大写。

猜你喜欢

转载自blog.csdn.net/jason_lee155/article/details/79453493
今日推荐