Monday 9 January 2017

Steps To Install Eclipse ADT Plugin To Use Android SDK With Eclipse

PREREQUISITES
Bellow given tools/components should be available/installed
Steps to install ADT plugin in eclipse IDE.
  • Open eclipse IDE
  • Go to Help -> Install New Software. It will open Install software dialog.
  • Click on Add button as shown in bellow image. It will open Add Repository dialog.


  • Set URL "https://dl-ssl.google.com/android/eclipse/" in Location text box and click on OK button as shown in above snap. It will load Developer Tools with check box.
  • Select all check box of developer tools as shown in bellow image and click on Next button. It will take you to installation details.
  • Click on Next button as shown in bellow image. It will take you to Review Licenses screen.
  • On Review Licenses screen, Select I accept the terms of the license agreement option and click on Finish button as shown bellow.
  • It will start installing ADT plugin as shown bellow.
  • On completion of ADT plugin, It will ask you to restart eclipse IDE. Click on Yes to restart eclipse IDE.

ADT Plugin is installed in eclipse

Set SDK Location
You need to set SDK folder path after installation of ADT plugin which enables eclipse to integrate with android software development environment. Follow the steps given bellow.
  • Open eclipse IDE Preferences dialog from Windows -> Preferences.


  • Select Android on Preferences dialog.
  • Set SDK folder path in SDK Location box. SDK folder is located in my E: drive which contain all android SDK related stuff. View THIS POST for more detail on SDK folder.

Verify Android SDK configured properly with eclipse
To verify if android SDK is integrated properly or not
  • Go to Eclipse IDE's Windows menu -> Select Android SDK Manager.
  • It will open Android SDK Manager dialog as shown bellow.

This confirms that android SDK is integrated properly with eclipse IDE using ADT plugin.

No comments:

Post a Comment