hello, i m trying to install android sdk in eclipse, but i m getting an error when i gave the url in install new software, and select developer tools and when i press next, i m getting this error:
error is:
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)
Missing requirement: Android Development Tools 16.0.1.v201112150204-238534 (com.android.ide.eclipse.adt.feature.group 16.0.1.v201112150204-238534) requires 'org.eclipse.core.runtime 3.6.0' but it could not be found
Exactly what package and version of Eclipse did you install? If "eclipse runtime" is is missing, then I think you might have an old version. Try downloading the latest Eclipse iDE for Java Developers package, that should work.
Your problem may be different to mine, but I did the following...
(on Windows 7)
Right click on the Eclipse program shortcut or program .exe file, then click on Properties.
On the Compatibility tab, check the box "Run this program as an administrator", and click on OK.
As per SDK guidelines, to install Android SDK 16 you must have Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1. So update your eclipse to helios version. That would solve your problem.