Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 301
G. Ciardini Avatar asked Nov 06 '20 17:11

G. Ciardini


1 Answers

In any TextView, You pass an integer value just change to String value your error will be solved

like image 106
Roshani Patel Avatar answered Oct 17 '22 14:10

Roshani Patel