Reputation: 3173
I downloaded Indigo Eclipse and installed the ADT from Eclipse Marketplace but its not showing up in the Eclipse/Preference plugin list.
I also tried removing the ADT from eclipse and the software site "https://dl-ssl.google.com/android/eclipse/" from "available software sites" and then reinstalled the ADT from "https://dl-ssl.google.com/android/eclipse/" using help->install new software. The installation was successful, but I still don't have any option for shortcuts to the SDK manager or the AVD in eclipse, and neither can I create a new android project.
By the way, when i check on the available software then its showing the ADT installed.
I also checked under:
Window > Custom Perspective (you will see Android and AVD Manager were disable)
Command Groups Availability > BUT CANT FIND Android SDK and AVD Manager
Also, I Checked under
I DONT KNOW WHAT IS ABOVE REQUIREMENT OR I AM MISSING SOMETHING, Any IDEA?
Upvotes: 1
Views: 6610
Reputation: 3230
The easiest thing to do, is to install the Android Developer Tools (ADT) which includes a customised version of Eclipse which also contains the SDK for Android Development.
You will in this manner avoid the issues you are currently experiencing.
You can find the link below:
http://developer.android.com/sdk/index.html
Upvotes: 0
Reputation: 151
You first need to follow these instructions:
You need to have downloaded Android SDK Tools and then follow the above instructions
Then,
If you follow these steps exactly and it still doesn't work I would try uninstalling the IDE and starting from scratch.
Upvotes: 2