user364622
user364622

Reputation: 366

Eclipse + Android SDK errors in code

I'm still getting errors in my project. When I edit source files eclipse shows me parenthesis error when there isn't any syntax error. I have to cut code with error and paste it back and than errors disappears. It is very annoying. Is there any way to force eclipse to re validate code?

Upvotes: 0

Views: 91

Answers (2)

user874649
user874649

Reputation:

You can try Project -> Clean, and see if Project -> Build Automatically option is checked.

Upvotes: 1

MAC
MAC

Reputation: 15847

Goto Project -> Clean

this will force eclipse to re validate code again

Upvotes: 0

Related Questions