Cannot find R.layout.activity_main

后端 未结 29 2331
轮回少年
轮回少年 2020-12-01 01:58

I was trying to work out with multiple layout using some online tutorials. The thing is my program was building and compiling correctly as long as there was only one XML fil

29条回答
  •  温柔的废话
    2020-12-01 02:37

    In my case , i accidentally imported my library's R. class not my app module's R. After editing this, it is resolved.

提交回复
热议问题