Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse & Android SDK update really buggy as of 12/07/2012

I've just updated eclipse and the Android SDK now (12/07/2012 European) and it's really buggy, I have to constantly "clean project" just to get rid of simple errors like:

Syntax error, insert ";" to complete Statement

Even though there is obviously an ending.

Is anyone else having this problem and know of any fixes?

Thanks

like image 426
Oliver Dixon Avatar asked Jul 12 '12 22:07

Oliver Dixon


2 Answers

FYI, this bug was fixed in ADT 20.0.1.

like image 59
Tor Norbye Avatar answered Nov 16 '22 09:11

Tor Norbye


If you click on the error marker in the left margin, in the list of automatic corrections that pops up, there should be an option to clear all lint markers. Select it, and hit enter. It should take care of it if there isn't a real error on that line.

like image 39
skUDA Avatar answered Nov 16 '22 08:11

skUDA