Outflorks Usus
Outflorks Usus

Reputation: 319

android eclipse graphical layout bugs...do i have to restart

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

Answers (1)

codeMagic
codeMagic

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

Related Questions