No packet identifier when retrieving value for resource number

I already read a question with similar names. enter image description here

As you can see, there is little information.

I checked in the R file, there is no resource 0x00000021c.

This happens when I click the button and I create a new Intent and I want to load a new action onto the screen. It looks like the Next Screen button ...

The new activity is big , and now I separate the dynamic and static parts: a lot of xml-s, and not just one with 1-2 viewing. About 100 views?

As I saw other questions and answers, I think I have .setText somewhere ("Some invalid data here")

Any idea how to find this line, with the exception of the debugger step by step, over a thousand lines?

+5
source share
1 answer

Check also the button settings and do setText(""+intValue)insteadsetText(intValue)

+13
source

All Articles