Getting this specific error : Cannot be resolved or is not a Field
I tried Cleaning the Project and Debugged (F11
) and Build the project. But still the same problem persists.
if(from[i].equals("me")){
mView = mLayoutInflater.inflate(R.layout.bubble_left, null); //error
}else{
mView = mLayoutInflater.inflate(R.layout.bubble_right, null); //error
}
chatMessageMicrophone = (ImageButton) findViewById(R.id.chatMessageMicrophone); //error
chatMessageSend = (ImageButton) findViewById(R.id.chatMessageSend); //error
Similarly, there are 30 more errors like this.