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

mac2022-06-30  25

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

转载于:https://www.cnblogs.com/JasonLGJnote/p/8512577.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)