본문 바로가기
IT Tips

Solution for the error of installing ADT on Eclipse

by SenseChef 2012. 10. 28.


Recently I have gotten several questions from foreigners for the error of installing Eclipse for Android Development Tools(ADT), and there are not any sufficient information over Internet on this having me translated my Korean posting into English.

 

Eclipse error referred are as follows.


  "Cannot complete the install because one or more required items could not be found."


Actually this error is generated by Eclipse and we can find several recommendations to solve this over Internet, but those information are not correct and makes us messed up.


Personally I experienced this error on my recent trial to install Eclipse and finally found the solution to be shared with you.


                                    Error message on Eclipse for getting Android Tool kit.



What I found on this issue is so clear.


Recommendation over Internet for Eclipse version of Android Development Tools are incorrect. Mostly people told stable or best Eclipse version for Android Development Tools are Galileo, Ganymede, Europa. But this is old story. Google doesn't support these old versions for Android any longer.


Recommended Eclipse version for ADT(Android Development Tools) are as follows which can be found on Google's official page. Link is here.


ADT 20.0.3 (August 2012)

Dependencies:
  • Java 1.6 or higher is required for ADT 20.0.3.
  • Eclipse Helios (Version 3.6.2) or higher is required for ADT 20.0.3.
  • ADT 20.0.3 is designed for use with SDK Tools r20.0.3. If you haven't already installed SDK Tools r20.0.3 into your SDK, use the Android SDK Manager to do so.


As you can see above, Eclipse's minimum version for ADT is Helios or higher, and all of trials in older Eclipse version like Galileo, Ganymede, Europa should be failed.


Thererfore if you experienced "Cannot complete the install because one or more required items could not be found" error, then reinstall Helios or highter version of Eclipse. Then You can successfully get Android Development Tools for Eclipse without any errors.


This is posted on 26 October 2012, and you believe time has been passed a lot at the time of your reading this posting, please check out Google's revelant page for getting correct version accordingly from here(Link).


To get Eclipse software, use next link. This is for Eclipse Indigo. 

http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2

 


Installing ADT on Eclipse.

   - Run Eclipse

   -  Help > Install new software > Add Button > Name:Android, location: http://dl-ssl.google.com/android/eclipse

   - Put check mark for Developer Tools, NDK Plugins.

   - Click Next button.

   - Window > Preferences > Android for Android SDK location.



For further reference of you, next are the full procedure for installling Android development Environments.



1. Installing Java Development kit (JDK)

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

    At this time, "jdk-7u9" is good. Higher version is the best.

    You should install JDK, not JRE.  JRE is just for running only.

 

2.  Installing Android SDK

     http://developer.android.com/sdk/index.html    

 

3. Installing Eclipse

    http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2


 I hope this fixes your problem. If you have any question or need further information, put comments on this postings or send e-mail to me at sensechefhelp@gmail.com

 

If you are Korean to read this in Korean language, visit this Korean Language link.



Good day !