Cannot complete the install because of a conflicting dependency. Eclipse error for ADT

25,064

Solution 1

I had that as well, but I didn't want to reinstall my Eclipse. So I uninstalled the ADT bundle plugins (from Eclipse->About Eclipse-> Installation Details -> Android DDMS (and others) -> [Uninstall]), then restart the eclipse.

After that, install the ADT plugin again.

This worked without any issues.

Solution 2

I had that as well, I found I had to remove Eclipse and then get the latest Eclipse and ADT bundle from http://developer.android.com/sdk/index.html. This then works without any issues.

Solution 3

For all those who still want to download eclipse with adt here is the download link https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip (this is 32 bit)

For 64 bit https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

Google has removed these links from their site as they are saying that Android Studio is now the official IDE but these download links are working fine

Share:
25,064
Admin
Author by

Admin

Updated on May 14, 2020

Comments

  • Admin
    Admin almost 4 years

    Cannot complete the install because of a conflicting dependency.

     Software being installed: Android Hierarchy Viewer 23.0.2.1259578      
     (com.android.ide.eclipse.hierarchyviewer.feature.feature.group 23.0.2.1259578)
    

    I have read all the previous answers bt didnt help !

  • Venky
    Venky over 9 years
    they have removed the ADT from that link
  • Venky
    Venky over 9 years
    I am using mac..But doing like this corrupts the ADT...I had to remove the ADT and install again..and I am stuck with the conflict bug
  • Boardy
    Boardy over 9 years
    Google have now released Android Studio 1.0 Stable, and they have said all developers should now switch over to Android Studio as ADT is no longer in active development.
  • Venky
    Venky over 9 years
    Yes they have but we can't quickly switch over to android studio...as the folder structure and build tools are different now..
  • Venky
    Venky over 9 years
    The following link has links to the latest ADT stackoverflow.com/q/25197353/3857586
  • h0mayun
    h0mayun about 9 years
    for me this removed everything ;/