报错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应该大写。

posted @ 2018-03-06 09:46  广金  阅读(383)  评论(0编辑  收藏  举报