Tuesday 10 November 2020

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

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.

enter image description here

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

Thanks in advance!



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

No comments:

Post a Comment