Reputation: 3237
I have updated my Android SDK to Revision 16 but I can't seem to find Android Lint
anywhere in my Eclipse IDE (Preferences -> Android). Are there any additional things to be done? I need some help. Thanks.
Upvotes: 1
Views: 5203
Reputation:
If there is no menu point in eclipse (Window -> Run Android Lint
), chances are that you only upgraded your Android SDK and not the eclipse plugin. In this case go to Help -> Check for updates
. Eclipse should tell you that there are new updates available. Just click next to install them. Then restart eclipse when prompted.
Upvotes: 5
Reputation: 1746
Ensure you installed it firstly, by checking pulgins installed.
Then right click the project, go android tools, there is a "Run Lint"
Upvotes: 4