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

3

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!

android
android-resources
android-databinding
android-tablayout
android-viewpager2
asked on Stack Overflow Nov 6, 2020 by G. Ciardini • edited Nov 9, 2020 by G. Ciardini

1 Answer

1

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

answered on Stack Overflow Apr 20, 2021 by Roshani Patel

User contributions licensed under CC BY-SA 3.0