Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to see sdk manager tool in Eclipse Juno 4.2.1

I want to create my first Android application using Eclipse Juno 4.2.1.

I installed Android from this link https://dl-ssl.google.com/android/eclipse but it seems to have an error.

I am not able to see the option "Android Project". I tried using the other available option called "Android Application Project". When I try to open this it shows me an error:

"Your tools information needs to be out of date(Or not yet installed). Please update android sdk tools"..

How can I resolve this?

like image 629
user1828737 Avatar asked Nov 16 '12 06:11

user1828737


2 Answers

For getting sdk manager tool options in Eclipse Juno 4.2.1 Simple steps.

Window---->Customize Perspective--->Command Groups Availability

And then Simply check Android SDK and AVD Manager.

like image 112
jigspatel Avatar answered Nov 07 '22 11:11

jigspatel


Please install the ADT plugin from this link or if you already have it then update the ADT plug in using the normal eclipse update flow:

Updating the ADT Plugin

To update the ADT plugin to the latest version, follow these steps:

  1. Select Help > Check for Update ...
  2. If any update for ADT or Android tools is available, select and install.
like image 2
Praful Bhatnagar Avatar answered Nov 07 '22 09:11

Praful Bhatnagar