Reputation: 993
Last night when I'm developing an Android app using Eclipse, the computer suddenly out of order and showed a blue screen.
After restarting, open Eclipse, and when I continue the development, I found out that Eclipse will not show any error message even if I type anything wrong.
For example, I type $^&((^(*&$GFKGHlkgvfekigfe in the activity, Eclipse shows nothing, just like the code is correct LOL
How can I re-enable the auto debug function? Thanks.
Upvotes: 1
Views: 144
Reputation: 6201
You able to Automatic Build by
Build Automatically
Upvotes: 0
Reputation: 22240
Try cleaning your project. In Eclipse, select your root project folder in the project navigator, then go to Project > Clean... > OK
. You can also clean all projects by selecting the Clean all projects
radio button in the clean dialog.
Upvotes: 0
Reputation: 2020
Or try to run Eclipse in clean mode. Please see the following discussion: How to run eclipse in clean mode
Upvotes: 1