I am having a strange problem using findViewById(id). It comes back with resource not found even though the resource is definitely there. It is a textview in a layout next t
Make sure that you aren't really just trying to set the text to a number and expecting it to automatically convert to a string.