In Android to support multiple orientations you have different directories /res/layout-land & /res/layout-port. I was reading something that said there is an Eclipse flaw with “duplicate filenames”. What is the flaw and what is the best way to deal with it?
In Android to support multiple orientations you have different directories /res/layout-land & /res/layout-port .
Share
The flaw is that if you have a
layoutname.xmlfor the portrait AND the landscape (so in 2 different directories), you cannot open them both. Although doubleclicking seems to work, you will not see the new file, but the allready opened file.Workaround seems to be to update. I’m current running a 64 bit version of Eclipse and it does not have that problem anymore.