这个报错是因为Android布局的控件

<view
android:layout_width="match_parent"
android:layout_height="1dp"/>

无法识别,要写成 <View .... />
V要大写,小写编译时不识别

相关文章:

  • 2021-05-26
  • 2021-10-11
  • 2022-12-23
  • 2021-04-02
  • 2021-12-26
  • 2022-12-23
  • 2021-07-06
  • 2021-07-30
猜你喜欢
  • 2021-09-20
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-07-04
  • 2021-05-24
  • 2021-11-28
相关资源
相似解决方案