I'm developing a new project where I'm using some code from other project.
Yesterday, I copied the files I needed from the other project to the new one. But I saw that it didn't recognize some textview's and seekbar's IDs
. So I do make clean to the project and the R.java file
disappeared.
I've read that is something that happens to many people but I don't know how to solve.
Today, I've started a new project, and instead of copying the old files, I've created new ones and pasted the code that I only need. But the problem continues. In the java files, it doesn't recognize the layout object's IDs.
Whats the reason why this happens and how can i solve it??