conflicting dependency when trying to install ADT plugin into eclipse

不打扰是莪最后的温柔 提交于 2019-12-01 03:07:47

It looks like the latest ADT version requires Eclipse Helios (3.6). That seems odd since I can't find where that requirement is documented.

You could try getting a new Eclipse version. You could also grab an earlier ADT version, though I'm having trouble finding that.

If you are upgrading from 3.6 and you've unizipped the new eclipse in the old original location you will get a confliciting dependency error - only one of these can be installed at a time etc tc. In that case, delete your old eclipse folder completely. Unzip the new one again there and it will work! No need to add any repositories!

I guess you can uninstall android SDK. Then first add or install adt plugin in eclipse. then on restarting eclipse it's autmatically gonna ask you path for Android SDK. if not asks then just go to Window->prefrences->Android and set the path of the android sdk (unzipped android folder)(path to tools dir).

Probably a bit lat for this but I was running Eclipse Helios 3.6 and got the same type of dependency conflict messages. I went under the help menu and did a check for updates and it updated the eclipse sdk. I did a restart and tried installing the ADT plugin again and it worked.

Eclipse installs default to a workspace called workspace..this causes problems when you attempt to update, etc..as the metadata in the workspace stills has the previous eclipse version stuff in it..

First make a copy of the workspace than delete it and try to install 3.7 and adt again and everything should work..

BTW, from now on...name your eclipse workspace by eclipse version number to help avoid the problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!