报错信息
Error:Execution failed for task ‘:app:compileDebugJavaWithJavac’.
android.databinding.tool.util.LoggedErrorException: failure, see logs for details.
Exception while handling step [email protected]5d5

出现报错原因:
在布局文件中直接写入中文kotlin databinding 资源文件报错
解决方法:
改用英文或者引用string.xml。在string.xml中写入中文

相关文章:

  • 2022-12-23
  • 2022-01-04
  • 2021-06-11
  • 2021-11-11
  • 2021-06-12
  • 2022-12-23
  • 2021-04-20
猜你喜欢
  • 2021-12-06
  • 2022-01-03
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案