Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse is saying "Update Android Developer Toolkit"

I've somehow managed to mess up my Eclipse and Android set-up and I'm not sure how to fix it. The symptoms of the problem are as follows:

In Preferences > Android, I try to select the location of android-sdk-linux, when select the error appears "This Android SDK requires Android Developer Toolkit version 20.0.0 or above. Current version is 18.0.0.v201203301601-306762. Please update ADT to the latest version."

Going to Help > Check for Updates in Eclipse, returns no updates found

Going to Help > Install new software and selecting work with ADT Plugin - https://dl-ssl.google.com/android/eclipse/. Selecting Developer Tools and next, returns

Cannot complete the request. See the error log for details. "Android DDMS" will be ignored because it is already installed. "Android Development Tools" will be ignored because it is already installed. "Android Hierarchy Viewer" will be ignored because it is already installed. "Android Traceview" will be ignored because it is already installed. "Tracer for OpenGL ES" will be ignored because it is already installed.

If I then take a look at what is already install, Android Development Tools is listed and the version is 20.0.0.v201206242043-391819

Now for the interesting part:

If I go to Help > About > Installation Details > Features is lists Android Development Toolkit as Version: 20.0.0.v201206242043-391819 but if I then go into Plug-ins it lists Android Development Toolkit as Version: 18.0.0...

Sorry for yet another question on updating the ADT as there already seem to be quite a lot of questions on the topic but I've tried the typically solutions and they does seem to be getting me very far

Some extra info, that people often ask for OS: Ubuntu 12.04 LTS Eclipse Platform: Version 3.7.2

like image 794
Heidi Avatar asked Jul 16 '12 13:07

Heidi


3 Answers

In your installed folder of eclipse there is a folder named plugins.
Do the following:

  1. Find the plugin file/folder of Andriod SDK and move it to some other folder for backup.
  2. Download from Android site the latest version of Android SDK
  3. Copy/paste it in your plugins folder
  4. Restart eclipse

And everything should be fine.

like image 140
GingerHead Avatar answered Oct 24 '22 19:10

GingerHead


Try using http://dl-ssl.google.com/android/eclipse/ instead of https://dl-ssl.google.com/android/eclipse/

like image 29
barisemreefe Avatar answered Oct 24 '22 18:10

barisemreefe


In the end, I just couldn't fix it so I complete uninstalled it and set it back up again from scratch, thanks for your help

like image 42
Heidi Avatar answered Oct 24 '22 19:10

Heidi