This could help.
I had two xml layout files set up for various configurations (various layout folders according to the MMC phone operator/country where that carrier operates.
I noticed, that the message only was presented when I opened those files. The rest of my xml's worked fine.
I am sure that it had something to do with how I did my folder configuration (not properly set by me) in the res directory.
Long story short (and I'm not saying this will fit your case) I deleted those additional configurations and it never happened again.
From what I can gather, the system couldn't deal with all those folders / configurations, so it tried to present the default one (which is what ever you have in the layout folder, and since, is trying to make it work with any device (and it can't) gives the warning and sets a configuration that understands is the one that will fit most devices.
Thing is that in my case I am dealing with phones and tablets, high and low resolutions and in some of them that setting presented an awful screen.
Here is my res folder configuration:
res
drawable
layout
layout-mcc310
layout-mcc310-land
layout-mcc311
layout-mcc311-land
layout-mcc316
layout-mcc316-land
values
values-es
The ones in bold were the ones with a slightly modified copy of the 2 xml file previously mentioned.
I deleted those and in my case the problem was fixed.
Cheers!
monn3t