报错信息:android.view.InflateException: Binary XML file line #0: Error inflating class TextView

报错截图:

Android报错:android.view.InflateException: Binary XML file line #0: Error inflating class TextView

报错定位代码行:

Android报错:android.view.InflateException: Binary XML file line #0: Error inflating class TextView

报错xml文件:

Android报错:android.view.InflateException: Binary XML file line #0: Error inflating class TextView

原因:资源文件shape_new_message.xml在drawable-v24文件夹下,而不在drawable文件夹下

解决办法:将资源文件shape_new_message.xml移到drawable文件夹就OK了

相关文章:

  • 2021-04-23
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案