Anu0042
Anu0042

Reputation: 253

Not able to get activity_main.xml file

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.

Upvotes: 0

Views: 5099

Answers (1)

Ram kiran Pachigolla
Ram kiran Pachigolla

Reputation: 21191

Remove the unwanted imports like import android.R;

Check if there are errors in res folder. Specially in string.xml or drawable folder files if no errors means clean your project and try again

Upvotes: 4

Related Questions