I have a in my main axml layout that always worked with previous versions
I just updated today and am now getting this error message:
D:\AndroidProjects\Bowling\Bowling\Resources\layout-land\score.xml(0,0): Error: No resource found that matches the given name (at 'layout' with value '@layout/endofgame.axml').
Yet the file exists in my layout folder.
I tried moving a copy to my layout-land folder and changing the include to be layout-land but still get the same message.
Does the include statement no longer work?
BobVal