click here

How to install Eclipse for Run Android Application


Step 1.
First we want to install Eclipse, you can download it from

Step 2.
Then we want SDK.
You can download  the latest version of the SDK starter package from
>note> Make a note of the name and location of the SDK directory on your system—you will need to refer to the SDK directory later.

Step3.
Now extract the Eclipse in any folder (such as Eclipse folder)
C:/Eclipse
Then extract SDK in android-SDK-window folder
C:/ android-SDK-window

Step 4.
Now we install Android Development Tools (ADT)  for Eclipse, go C:/Eclipse/eclipse.exe and run it
We find ….




It take some minutes to start. You can see progress in right corner in bottom. 




To download the ADT plug-in and installing it ..
  1. Select Help > Install New Software....





2.      Click Add, in the top-right corner.




  1. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
Click OK.




  1. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  2. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  3. Read and accept the license agreements, then click Finish.
  4. When the installation completes, restart Eclipse.


Step 5

.
Now Configure ADT plug-in
Start eclipse then..
  1. Select Window > Preferences... to open the Preferences panel .





2.                   2.    Select Android from the left panel.






3.                    3.  For the SDK Location, click Browse... and locate your downloaded android-SDK-window directory in  c:/android-SDK-window.
  1. Click Apply, then OK.
  2. Now go  window > android  SDK and AVD manager




6.                   6.   Click on Available package and open android repository and third party add-ons.
7. check all boxes and download all version and api level.
Now restart eclipse.

No comments:

Post a Comment