Creating a Android Project throws Error "The tools must be updated via SDK manager"

android, android-sdk-tools

Solution

You probably haven't pointed Eclipse to your android-sdk folder yet.

In Eclipse, go to Preferences -> Android -> then in the SDK location text box, browse through your android-sdk folder.

Problem

When I'm creating an android project in eclipse juno version, It throws error like this `The tools need to be updated via the SDK Manager`. Please Help me

Original source