Reputation: 437
In Eclipse I check for available Android packages, at Window->Android SDK and AVD Manager
.
Under "Available packages" it shows site as "https://dl-ssl.google.com/android/repository/repository.xml"
- but underneath there says "This repository requires a more recent version of ADT. Please update the Eclipse Android plugin"
.
However the "About Eclipse" menu indicates that I am running Android ADT 16.0.1, and when I check for updates with Help->Check for Updates
, it says "No updates were found"
.
So how can can I get the Android packages when I require a more recent version of the ADT, but Eclipse says no ADT updates were found?
Regards, Tom
Upvotes: 4
Views: 2910
Reputation: 4534
Ok, this is what I worked in my case, JFTR:
Uninstall ADT:
Reinstall ADT:
I hope it helps someone.
Upvotes: 0
Reputation: 1847
I had this problem too when updating from 21.x to 22.
It is not necessary to completely uninstall and re-install Eclipse.
This worked for me. But the question, why a multi billion dollar project like Android doesn't manage to create a simple and working update without selecting any weird options, is still not answered.
Upvotes: 17
Reputation: 437
Per Yury's advice, I uninstalled and re-installed Eclipse. I'm not sure of the previous version, but it was a Helios version at least 2 years old. The new version is Indigo, and now the SDK and AVD managers appear as separate "Window" menu items, and all installed SDK versions appear under SDK manager. I guess there is something about the latest Android stuff that is incompatible with Helios (although the Android documentation claims that Android is compatible with Helios). Thanks Yury!
Upvotes: 0
Reputation: 20936
It's very strange. If you have installed AVD 16 then you should have separate menu lines for Android SDK Manager and AVD Manager (in Window menu). I think that you should reinstall your eclipse and ADT plugin.
Upvotes: 0