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

StackOverflow https://stackoverflow.com/questions/13426435

  •  29-11-2021
  •  | 
  •  

Pregunta

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

Bug Image

¿Fue útil?

Solución

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.

Otros consejos

The problem is that your platform/sdk tools are incompatible with the version of ADT eclipse plugin you have installed. Most likely, the plugin is updated, and the tools are not.

This is why you need to update the tools using the SDK manager.

enter image description here

None of the above worked for me. I had to "delete" SDK Build tools packages and then re-install the packages. After doing that, I could now create a new android project.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top