'R cannot be resolved to a variable' - gen folder is empty

前端 未结 14 2385
故里飘歌
故里飘歌 2021-02-13 22:34

I\'ve got an error:

R cannot be resolved to a variable

in line:

setContentView(R.layout.main);

but I can\'t r

14条回答
  •  梦毁少年i
    2021-02-13 23:03

    What you really need to do it just install "build-tools" from sdk manager, and r.java will be generated automatically in gen folder :)

提交回复
热议问题