Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADT wont update to 23 because of dependency conflict

I am just starting android dev and was launching adt for the first time after installing all the past APIs from the sdk manager (down to 2.2 froyo) and i get an error telling me to update, but when it checks for an update it says no new updates.

moreover when i try to manually install the new adt from https://dl-ssl.google.com/android/eclipse/ i get a dependency conflict error.

Also when i download a fresh adt from google it seems to just be regular Juno eclipse with no adroid stuff set up, with no adt splash screen or anything...

I can't proceed to learn android if i cant use the IDE because it needs to update to an adt version that it wont install.

I have tried manually downloading the adt v23 and the same error occurs, i even deleted all the adt 22 related stuff in the plugins of the eclipse directory and it somehow STILL occurs

like image 342
user3782260 Avatar asked Jun 27 '14 08:06

user3782260


2 Answers

Came across the same issue. Hence, I Deleted the old Eclipse cum Android SDK bundle and installed new bundle (Eclipse JUNO & Android) click here to download. Working fine now. As your workspace is in a different directory, noting happens to your project.

like image 66
Ashokchakravarthi Nagarajan Avatar answered Oct 27 '22 17:10

Ashokchakravarthi Nagarajan


Just delete old eclipse folder and re-install new bundle from the official website. http://developer.android.com/sdk/index.html works for me!

like image 2
Cim Avatar answered Oct 27 '22 18:10

Cim