Search code examples
javaandroideclipser.java-file

Eclipse will automatically import R


I am developing an android application in Eclipse. Eclipse sometimes imports R automatically so I just click (ctrl + shift + o) to find that import and delete it. But now, every time I delete it, it will bring it back no matter how many times I delete it.

Does anyone know how to solve this problem so I will be able to compile my project?


Solution

  • It turns out that there was something wrong with my settings. Thanks everyone for there help.