Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while updating ADT 23.0.0 in eclipse

I already have gone through this question but it didn't helped. Update eclipse with Android Development tools 23

While starting eclipse it shows below error.

enter image description here

When I tried with Check for updates - it does nothing.

Then I tried

Help -> Install New Software -> "https://dl-ssl.google.com/android/eclipse/"

It shows below error

    Cannot complete the install because of a conflicting dependency.
    Software being installed: Android Native Development Tools 23.0.1.1256982 (com.android.ide.eclipse.ndk.feature.feature.group 23.0.1.1256982)
  Software currently installed: Android Native Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.ndk.feature.group 22.6.3.v201404151837-1123206)
  Only one of the following can be installed at once: 
    ADT CDT Integration 23.0.1.1256982 (com.android.ide.eclipse.ndk 23.0.1.1256982)
    ADT CDT Integration 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.ndk 22.6.3.v201404151837-1123206)
  Cannot satisfy dependency:
    From: Android Native Development Tools 23.0.1.1256982 (com.android.ide.eclipse.ndk.feature.feature.group 23.0.1.1256982)
    To: com.android.ide.eclipse.ndk [23.0.1.1256982]
  Cannot satisfy dependency:
    From: Android Native Development Tools 22.6.3.v201404151837-1123206 (com.android.ide.eclipse.ndk.feature.group 22.6.3.v201404151837-1123206)
    To: com.android.ide.eclipse.ndk [22.6.3.v201404151837-1123206]

Can anyone help me for this. Thank you.

like image 304
Nirali Avatar asked Jul 01 '14 22:07

Nirali


2 Answers

Resolved!

Go to help--about eclipse Uninstall DDMS,ADT etc Go to install new software and using the link install them:- https://dl-ssl.google.com/android/eclipse/

Worked fine for me :)

like image 182
Laxmeena Avatar answered Nov 04 '22 20:11

Laxmeena


Rollback to adt22.6.2, Just replace the tools folder in android sdk.

This is a packaging bug. The entire proguard file is missing. We'll have an update asap, but until then just copy it over from a previous version of the tools:

http://dl.google.com/android/android-sdk_r22.6.2-windows.zip

http://dl.google.com/android/android-sdk_r22.6.2-macosx.zip

So at the end if you started from a new ADT copy by hand the files :)

like image 32
Fang Avatar answered Nov 04 '22 19:11

Fang