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
Late to the party but My case is different from above.
I just renamed the resource and it started working.
Actually my resource name was ic_menu_black_24dp.xml so it was conflicting with the android's menu resource.