Rxanadu
Rxanadu

Reputation: 89

Having problems downloading Android Development Tools for Eclipse 4.1.0

I tried to download the Development tools for the Android SDK last night and have been getting this error every time I try to download it ever since:

Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534)

I've tried running Eclipse as an administrator, downloading the Google Plugin for Eclipse Galileo, and many assortment of things, but nothing seems to work. Is there a Google plugin for 4.1.0, would I have to reinstall an earlier version of Eclipse, or am I missing something else entirely?

NB: I've been using Windows 7 64-bit Eclipse 4.1.0, as well as the 64-bit version of JDK 1.7.

Upvotes: 0

Views: 1325

Answers (3)

E-Riz
E-Riz

Reputation: 33034

Does my answer to this question help?

Also note that there have been some documented bugs with running Eclipse in JDK 1.7 - make sure you have the very latest updates to JDK or use 1.6 instead.

Upvotes: 0

silentnuke
silentnuke

Reputation: 2622

  1. android sdk dosen't support JDK 1.7, use 1.6.
  2. you should use Eclipse 3.7. Eclipse 4.* is a work in progress and shouldn't be used in production environments yet.

Upvotes: 1

dcanh121
dcanh121

Reputation: 4695

You did not mention anything about the Android Development Tool (ADT) which is required to develop Android apps. You can get it from here, http://developer.android.com/sdk/eclipse-adt.html You will need Android SDK r16

Upvotes: 0

Related Questions