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

后端 未结 6 773
傲寒
傲寒 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:52

    I had the same problem on linux. I've resolved it installing ia32libs and rebuilding the project. The R class is generated from android.

提交回复
热议问题