I’m new to android. When I try to create a new (landscape) layout in layout-land folder, it says:
do you want to OVERWRITE the file res/layout/main.xml
Why does it want to REPLACE another layout? In eclipse, I right click the layout-land folder and choose New -> Others -> XML layout file. But it wants to replace this with my original layout file. How come? Though I used the same name for landscape layout as main.xml but I know that shouldnt conflict.
To add a new layout you should give another name than main.xml, because it already exists.