I'm facing a problem, it seems to be a bit simple, but I'm already a few hours away.
I'm building a project in android Studio and the Same is giving in the field private UserLoginTask mAuthTask = null
;
// UI references.
private AutoCompleteTextView mEmailView;
private EditText mPasswordView;
private View mProgressView;
private View mLoginFormView;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_login_);'
in line setContentView(R.layout.activity_login_)
o R Goes red and does not compile the project.
I've already looked for several tutorials including what those who talk to go on Build > Clean and Rebuild , I also reviewed Project Struture but no success
Someone could tell me what this could be Since now I am very grateful