Mario
Mario

Reputation: 3173

Cant Find Android under Eclipse/Preference

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:

Also, I Checked under

I DONT KNOW WHAT IS ABOVE REQUIREMENT OR I AM MISSING SOMETHING, Any IDEA?

Upvotes: 1

Views: 6610

Answers (2)

Demitrian
Demitrian

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

Kenneth Nissel
Kenneth Nissel

Reputation: 151

You first need to follow these instructions:

Here

You need to have downloaded Android SDK Tools and then follow the above instructions

Then,

Install Elcipse Plugin

If you follow these steps exactly and it still doesn't work I would try uninstalling the IDE and starting from scratch.

Upvotes: 2

Related Questions