Error installing ADT

I had a problem while installing ADT in eclipse Helios on Windows XP .. after I put this https://dl-ssl.google.com/android/eclipse/ into the repository, it says Duplicate Location and I don’t I can click for the next step. Thanks at Advance

+7
source share
8 answers

Launch Android development in Eclipse

Now we need to install the ADT plugin. For that, we need to run Eclipse (go to C: \ Android \ Eclipse and double-click eclipse.exe), waiting for the eclipse to load. After downloading the eclipse, we will successfully help → Install new software and there in the field we select this URL: https://dl-ssl.google.com/android/eclipse/ and press the "Enter" button. Then in the Developer Tools tree appeared we select all subtrees and click the Finish button. After all, the plugins will be installed Eclipse will prompt you to restart it. Click Restart Now. After we will have Eclipse with the ADT plugin installed.

Yesterday I will try this way and everything goes right, I install eclipse at home and run the application on it. Maybe you can check it out.

0
source

I got the same error message: "Duplicate location". Strange, because this place is not on my list of sites.

I got rid of downloading it using http instead of https, although I understand that this is just a workaround.

+4
source

try updating the software and the block mentions the development of mobile devices and devices there u see adt install it

+1
source

I do this and successfully open the Help first> install new software> write in the field of work with this URL https://dl-ssl.google.com/android/eclipse/

it will be successful, I will try it

0
source

Did you have an initial connection timeout?

I had this as I used a weak mix. I got a “good” connection and the same error appeared. Try removing 's' from https and it will try to install it in a new location.

Worked for me

0
source

In linux, I successfully added this repository by deleting files from the eclipse folder. Of course, make a backup before deleting any files.

p2/org.eclipse.equinox.p2.engine/profileRegistry/pdtProfile.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs p2/org.eclipse.equinox.p2.engine/profileRegistry/pdtProfile.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs 

But before that I had the same mistake. I tried to add a repository for installing the plugin, but instead I got a "Duplicate Location" error, even if this entry did not appear in the "Available Program Sites" window.


EDIT: Watchful. This will remove other update / install installation locations. Ultimately, you can search and replace existing links from the files above. But I did it my own way, faster (I don't need other places in the software repository)

0
source

Go to Help → Install new software, and then click "Available software sites", you will be shown a list of sites and folders, so find the one you want to delete ( https://dl-ssl.google.com/android / eclipse / ), click on it, and then click to remove. I did it and worked :) Sorry bad English.

0
source

Help → Install new software, then select the “What is already installed” check box. Remove these things and then restart eclipse. And then follow the same procedure as you are currently following.

0
source

All Articles