7

I have just updated SDK and ADT for eclipse and now there is one thing confused me: I cannot use "Run Android Lint" from menu "Window". But I can run it from eclipse toolbar or richt-click on my project, then "Android tools" -- "run lint". I'm not sure if this is a bug from Android or I have done something wrong by updating. Hat anybody the same problem as I? Thank you!

With best regards, Katrina

Katrina
  • 83
  • 7

1 Answers1

6

Instead of running it from Window, right-click on your project in Project Explorer and, from Android Tools Run Lint: Check for Common Errors

Note that before you do this it may be necessary to do a "Clear Lint Markers" via the same menu.

user316117
  • 7,971
  • 20
  • 83
  • 158