I defined TextView like : TextView newTextView;
then compiling the line:
newTextView = (TextView) findViewById(R.id.textView);
Android-studio gives error > cannot find symbol variable newTextView? At the same time Studio is acting weird like this variable name won't go into the blue color, there is "j" icon by the class names in the project structure and similar. Anybody know what happened to my project?