欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

报错android.view.InflateException: Binary XML file line #11: Attempt to invoke vir

程序员文章站 2023-12-31 22:12:46
出现这种问题,打开Android monitor的调试信息发现是 android.view.InflateException: Binary XML file line #11: Attempt to invoke virtual method 'boolean。。。 后经过查找,发现: 这里Vie ......

报错android.view.InflateException: Binary XML file line #11: Attempt to invoke vir

出现这种问题,打开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应该大写。

上一篇:

下一篇: