Logcat报错:Description    Resource    Path    Location Type Error executing aapt: Return code -1073741819 Client line 1


我在做项目移植的时候,报这个错误,原因是我删除了string.xml文件中的action_settings属性


重新添加一个即可:

<string name="action_settings">setting</string>


相关文章:

  • 2021-10-10
  • 2022-12-23
  • 2021-08-22
  • 2021-07-14
  • 2021-05-01
  • 2021-10-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-04-16
  • 2021-10-12
相关资源
相似解决方案