No se puede encontrar el símbolo final textView textView = root.findViewById (r.id.text_home);

//Define a text view
TextView myTextView;

//findViewById function
myTextView = (TextView) findViewById(R.id.textView);
Pleasant Puma