Type R is already defined error

前端 未结 6 875
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 06:23

\"enter How do I fix this? I already tried removing the R.java and cleaning the project via ec

6条回答
  •  [愿得一人]
    2020-12-06 06:49

    I had the same issue when I imported a project from work. Turning off the Java builder as suggested in the article you found fixed my problem, but when I made code updates they were not reflected in the running app. In my case there was an R.java in my source which I deleted and that fixed my problem.

提交回复
热议问题