You have to make sure that your TextView element is already generated on the creation of your activity.
Most likely, if it's a Menu element, you will have to call the findViewById method on the onCreateOptionsMenu() callback and not on the Oncreate() callback.