The layout in layout has no declaration in the base layout folder [error]

前端 未结 22 2902
粉色の甜心
粉色の甜心 2021-01-31 13:05

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

22条回答
  •  长情又很酷
    2021-01-31 13:33

    I had copied the xml files in the folder using Windows Explorer. It seems to have caused an encoding issue. After deleting the files and coping them inside Android Studio, the problem was resolved.

提交回复
热议问题