7

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

user3782260
  • 111
  • 2
  • 8
  • I ended up downloading a fresh ADT Bundle. Juno splash is there but it works just fine. – yildirimyigit Jun 27 '14 at 08:43
  • Is there a way to replace the adt without having to redownload all the SDKs again from the sdk manager? or should i just redownload them all? – user3782260 Jun 27 '14 at 08:49
  • In theory... It should work when you remove the old one and install the new one. But I couldn't manage to get it to work. Here is the relevant question http://stackoverflow.com/a/24438977/655987 – yildirimyigit Jun 27 '14 at 08:52
  • what is going on with googles new release of the adt? why is the adt splash gone? – user3782260 Jun 27 '14 at 08:54
  • 1
    possible duplicate of [Update eclipse with Android Development tools 23](http://stackoverflow.com/questions/24437564/update-eclipse-with-android-development-tools-23) – LordRaydenMK Jun 27 '14 at 08:56

2 Answers2

3

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.

2

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

Cim
  • 41
  • 3