Reputation: 61
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?
Upvotes: 6
Views: 7261
Reputation: 410
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.
Upvotes: 18
Reputation: 364
1> Go to install new software in help menue of eclipse and get ADT plugin from https://dl-ssl.google.com/android/eclipse/
2> Go to android sdk manager in windows tab of eclipse.
3> Give the path of the downloaded sdk . Download it from here http://developer.android.com/sdk/index.html
4> Update the android sdk tools to revision 20
5> Update the android sdk platform tools to revision 12
6> First remove the android support lib in extras and then update it to the latest available revision
7> Restart eclipse.
Upvotes: 0
Reputation: 7435
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:
Upvotes: 2