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.
- 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.
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.
This confirms that android SDK is integrated properly with eclipse IDE using ADT plugin.
No comments:
Post a Comment