After migrating to Android Studio 3.2, API 28, I am getting the following error on my app\'s layout:
The layout in layout has no declaration in the base lay
In my case it was the use of capital letters in the file name. I left everything in lowercase and it was fixed.