I had a fully working app, but today when I opened it in eclipse it could not find any of my resource ids(Buttons, EditTexts, TextViews, and layouts). I have no clue why this is happening. It is as though I forgot to give my buttons an id in XML, but when I go to the files they are still there.
Has anyone else had this problem/know how to solve it ?
EDIT:
I should also add that if I look in R.java , all my ids are there
i faced the same issue. i checked the AndroidManifest file same code repeated two times. so i
after that i clean and compiled, then it was working fine.