Reputation: 850
actually i downloaded "Eclipse Juno 4.1" but can't give Android SDK path because it doesn't have "Android" option in "Preferences" menu.
Upvotes: 3
Views: 7930
Reputation: 1
You should update you'r eclipse to Eclipse Juno 4.2, follow this step Click "Help" => "Check for Updates" The Eclipse automaticly update version to Juno 4.2
then finish, Now you must follow this step for update eclipse plugin https://developers.google.com/eclipse/docs/install-eclipse-4.2
Upvotes: 0
Reputation: 13858
I know its a stupid question, but did you install Android Development Tools into your Eclipse Juno installation from http://developer.android.com/sdk/eclipse-adt.html?
PS.: Eclipse Juno should be 4.2; Eclipse Indigo corresponds to 4.1 as far as I know.
Upvotes: 2
Reputation: 140
Did you install android plugin for eclipse?
Start Eclipse, then select Help > Install New Software.... Click Add, in the top-right corner. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: https://dl-ssl.google.com/android/eclipse/
Upvotes: 8