E/iardini.error0: Invalid ID 0x00000001 - Error resource ID

随声附和 提交于 2021-01-01 09:37:05

问题


I am currently stuck on an error that continues to slow down the performance of my application.

The error does not cause the application to close or crash, or to write an exception to the console. The console simply reports this message:

E/iardini.error0: Invalid ID 0x00000001.

The only things that emerge from the message are:

  • It's an error, you understand from the prefix "E/"
  • The error is within my app, "iardini.error0"
  • Didn't recognize some kind of id

How replicate the error: I've made a public repository on github so you can just download the source code and lunch it! You will see right away that the error will show up inside the console.

What does the error message depend on? How can I fix it?

Thanks in advance!

来源:https://stackoverflow.com/questions/64719193/e-iardini-error0-invalid-id-0x00000001-error-resource-id

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!