Reputation: 319
Sometimes eclipse has problems with the graphical android layout such as not displaying the design or not displaying background images and other problems that don't disappear except when u restart eclipse.
The question is : do i have to restart eclipse every time when when i face these problems or is there an alternative way, because restarting eclipse has become very annoying for me and wastes a lot of my time.
Isn't there a way to some how refresh the layout or something?
Upvotes: 0
Views: 65
Reputation: 44571
Its hard to know what the exact problems you are having but it sounds like you may be able to clean your project to fix this when you have these problems
Project --> Clean... --> Choose your project
Sometime Eclipse doesn't recognize your changes right away and is still working with the last build so you need to clean and rebuild to get rid of weird errors or layout issues
Upvotes: 2