2

I have updated Android SDK's after restarting it says Update ADT (As shown in image below). Then I tried to update it from https://dl-ssl.google.com/android/eclipse/ and http://dl-ssl.google.com/android/eclipse/ this too. But it says,

Cannot complete the install because of a conflicting dependency. Software being installed: Android Development Tools 23.0.3.1327240 (com.android.ide.eclipse.adt.feature.feature.group 23.0.3.1327240) Software currently installed: Android Development Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.feature.group 22.6.2.v201403212031-1085508) Only one of the following can be installed at once: ADT XML Overlay 23.0.3.1327240 (overlay.com.android.ide.eclipse.adt.overlay 23.0.3.1327240) ADT XML Overlay 22.6.2.v201403212031-1085508 (overlay.com.android.ide.eclipse.adt.overlay 22.6.2.v201403212031-1085508) Cannot satisfy dependency: From: Android Development Tools 23.0.3.1327240 (com.android.ide.eclipse.adt.feature.feature.group 23.0.3.1327240) To: overlay.com.android.ide.eclipse.adt.overlay [23.0.3.1327240] Cannot satisfy dependency: From: Android Development Tools 22.6.2.v201403212031-1085508 (com.android.ide.eclipse.adt.feature.group 22.6.2.v201403212031-1085508) To: overlay.com.android.ide.eclipse.adt.overlay [22.6.2.v201403212031-1085508]

What should I do to run my Eclipse properly? I never faced this weird issue.

ADT Update

Mitesh Shah
  • 1,649
  • 2
  • 18
  • 37
  • @Mitesh few days before facing the same issue...I update it to version 23 and got stuck...so u need to replace whole eclipse folder.Download packages for earlier version.http://developer.android.com/intl/zh-cn/sdk/index.html#download – TheFlash Aug 21 '14 at 06:55
  • try this: http://stackoverflow.com/a/22525464/3819810 – Mohsin Aug 21 '14 at 06:56
  • try this http://stackoverflow.com/questions/7472966/cannot-complete-the-install-because-of-a-conflicting-dependency – Piyush Kukadiya Aug 21 '14 at 07:02
  • @james & Indiandroid: Guys no other way than reinstalling whole eclipse. Because it will take my whole day. :( – Mitesh Shah Aug 21 '14 at 07:03
  • @user3819810 and Piyush Kukadiya: Thank you, will try it out. – Mitesh Shah Aug 21 '14 at 07:03

3 Answers3

6

No need to download new eclipse and do all repeat steps.
Easy Steps to work around this :-
1. Go to Help -> about eclipse ->Installation Details.
2. Uninstall all previous version of android(like has 22.xx and id as com.android.xxx)
3. Restart Eclipse.
4. Now Go to Help -> install new software ->select android ADT site and install the new version of 23.xx.

I have posted these steps because I have just half hour ago updated my eclipse with new version from 22.xx to 23.xx without any error.
Hope this will help you too.

android version update

Community
  • 1
  • 1
Pravin
  • 1,372
  • 12
  • 21
1

Update Android SDK with 23.0.0

Update your ADT Plugin open HELP > About Eclipse > Installation Details

or see below link

Error after updating ADT in eclipse

Community
  • 1
  • 1
Palak
  • 2,045
  • 2
  • 19
  • 27
0

i got the same thing in the begining and tried this(no need to uninstall eclipse again, take more time) just follow these steps saves ur time

hope this helps u

click on help install new software - there u can find Available software sites click on this , u can see, Eclipse, android, indigo, but uninstall the android adt plugin from there, and install the adt plugin again.

Abhinai
  • 1,032
  • 2
  • 13
  • 20