-1

I have a strange problem with ADT and Eclipse at the moment. The R file does not get rebuilt automatically - I always have to do a clean to see the changes ( e.g. after inserting a string in strings.xml). I use ADT 21 and Eclipse 3.8 - any idea where I can look into to resolve this problem?

Perception
  • 79,279
  • 19
  • 185
  • 195
ligi
  • 39,001
  • 44
  • 144
  • 244

1 Answers1

2

The setting to build automatically in eclipse could be disabled but there could also be an error in one of the xml files. Usually just cleaning then building is enough to get rid of it altogether but you could also try deleting R then clean/build.

snotyak
  • 3,709
  • 6
  • 35
  • 52