[Solved] Where do I put my layout in android studio?


If there is no layout folder, you should create one and then create the xml file inside that(You would need to inflate that xml through your java code).

If you already have a xml file and it’s not showing because of some reason then you need to check whether you have selected “Android” or not. See the image.

enter image description here

Hope it helps.

2

solved Where do I put my layout in android studio?