Android id returning errors
Some insane thing happened to me. I cleaned the project and now I'm
getting a ton of errors int the form of R.something. For some reason
eclipse cannot find my references anymore but they were working fine and I
have run the app a lot of times.
Now I did make some changes: I created separate layout files for some
stuff because the main one was becoming too big to read (and I'm using
include layout) but the errors also appear on items that I have NOT moved
into a different file.
All the errors look like this: R.id.whatever_layout same for layouts and
colors.
Now I'm guessing this is a eclipse bug and I tried restarting it but it
didn't solve the problem.
Can someone tell me how to fix this?
No comments:
Post a Comment