R cannot be resolved to a variable

后端 未结 29 1213
不知归路
不知归路 2020-11-28 14:14

I would like to fix this error

R cannot be resolved to a variable

I looked up many answers, but I could not get the right one;

29条回答
  •  臣服心动
    2020-11-28 15:10

    Nothing mentioned above worked for me. However, I fixed it myself.

    Solution:

    If you've any other files except activity_main.xml / main.xml inside app_name/res/layout remove it and try clean and build.

    Note:

    The unwanted files or (rather used later) files inside app_name/res/layout would be *.out.xml. Remove the same.

提交回复
热议问题