Where are Layouts Placed in Android?

Layouts in Android are placed in the layout folder.

In Android, layouts are typically placed in the “res/layout” directory. This directory is part of the “res” (resources) folder in an Android project. Within the “layout” folder, you can organize your XML layout files, which define the structure and appearance of the user interface for your Android app.

So, the correct answer is: Layouts are placed in the “res/layout” directory in Android.