I am not able to get the activity_main.xml file in layout. I my code i am not getting
setContentView(R.layout.activity_main.xml);
I am getting this error
activity_main cannot be resolved or is not a field.
Please explain me what is need to be done to get access.
Remove the unwanted imports like
import android.R;Check if there are errors in
res folder. Specially instring.xmlordrawable folder filesif no errors means clean your project and try again