Cannot resolve Symbol R, where is gen folder in Android Studio?

后端 未结 6 765
傲寒
傲寒 2021-01-12 05:58

I have created a dummy Android project from within Android studio, and I can make it run, but the Editor itself fails to find the R class. In fact I can\'t find the gen fold

6条回答
  •  隐瞒了意图╮
    2021-01-12 06:45

    Another possibility is that the package you used has some issue - the target package is not the same with the defined one. In turn, R can not be found in the package.

提交回复
热议问题