Eclipse - Force Refresh of IDs

Posted by Echilon on Stack Overflow See other posts from Stack Overflow or by Echilon
Published on 2010-06-07T18:43:59Z Indexed on 2010/06/07 18:52 UTC
Read the original article Hit count: 252

Filed under:
|
|

I'm using eclipse for Android development, and the editor always seems to take a while to actually update and recognize if I change an ID in a layout, then try to use it in a class with R.id.someId. Is there a way to force a refresh?

© Stack Overflow or respective owner

Related posts about java

Related posts about android