Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install ADT plugin in Eclipse

I want to install ADT plugin in Eclipse with Zip file but when i click on next button in first page of install, the progress late long time. I wait around 3hours that i wait for install but now half ADT install :(

In install window, above of progress bar, writes: cannot perform operation.Computing alternate solutions, may take a while: 7/15 .

Why to install ADT needs a long time? Is this no problem or install has a problem?

sorry for my poor english and Thanks for help

like image 802
SensorS Avatar asked Sep 03 '13 09:09

SensorS


2 Answers

Why don't you use the normal mode to install it?

  1. Start Eclipse, then select Help > Install New Software.
  2. Click Add, in the top-right corner.
  3. 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/
  4. Click OK and go on :)

All the instruction can be found in the guide Installing the Eclipse Plugin

like image 187
StErMi Avatar answered Nov 07 '22 12:11

StErMi


Even when you are installing ADT using zipped file, You need internet connection to complete installation.

If the site is blocked, the only way is to copy-paste the eclipse folder from your friend's system, who are using the same platform and already installed ADT plugin.

One more step: Make sure the SDK location is correct.

Window -> Preferences -> Android. Here, make sure you use the correct SDK Location.

like image 26
Nizam Avatar answered Nov 07 '22 13:11

Nizam